23 tools registered. Strongest in shared experience, weakest in trust.
{ name: "cognistration_get_session_state" /* short, unique, verb-based */ }{
"name": "cognistration_get_session_state",
"description": "Read the visible Cognistration tone machine state and current browser controls.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false
}
}cognistration_set_session_controls: declares no required list, so an agent cannot tell which parameters are mandatory; cognistration_calibrate_tone: 5 parameters have no description (feedback, targetS{
name: "cognistration_set_session_controls",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "cognistration_get_session_state" /* short, unique, verb-based */ }cognistration_open_account_signup: review, user{ name: "cognistration_open_account_signup", annotations: { untrustedContentHint: true } }cognistration_search_tone_packs: Description instructs agent when to use the tool; cognistration_preview_tone_pack: Description instructs agent when to use the tool and how to behave; cognistration_get_policy_info: Description instructs agent when to use the tool and what to output; cognistration_get_account_options: Description instructs agent when to use the tool and what to output{
name: "cognistration_search_tone_packs",
// Metadata DESCRIBES the tool - it never addresses the agent reading it.
// Rewrite any name, description, title, or schema field description that
// instructs the agent (which tool to prefer, what to output, rules to
// ignore) so it states what the tool does and what it returns instead.
description: "Searches the catalog and returns matching items with prices."
}{}