Trust and data handling
What the MCP endpoint reads, writes, and never stores — the full data handling contract.
What is sent
Read-only tools (list_clusters, get_principle, search_examples, etc.) send only the structured query parameters you pass — slug strings, search queries, and filter values. No prompts, no code, and no file contents are transmitted. The server receives the JSON-RPC method call and its declared parameters only.
What is stored
Signal tools (report_value_event, submit_feedback) write only the structured fields you explicitly pass. No context from surrounding tool calls is stored. Anonymous calls are not associated with any user identity unless an authenticated session header is present. See the privacy policy at aidesignblueprint.com/en/privacy for full detail.
Signal tools — opt-in only
report_value_event and submit_feedback are never called automatically or silently. They are offered at most once per session, only after a clear user success signal, and only if the user explicitly consents. Agents must not call signal tools without user confirmation.
Also in this section