6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
get_agent_summary, get_pricing, start_subscription, brief_agent, get_policies<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_agent_summary" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_agent_summary",
"description": "Returns who Aidan is and what work it performs: role, workflow, deliverables, and operating guardrails. Read-only. Use this to decide whether the agent fits a task. Does not include pricing — call get_pricing for commercial terms. Returns a JSON object with agent, site, operator, summary, deliverables[], and standing_rules[].",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}start_subscription: review, user; brief_agent: review, message, post; brief_agent: review, email{ name: "start_subscription", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "brief_agent" /* short, unique, verb-based */ }get_agent_summary, get_pricing, start_subscription, brief_agent, get_policies<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_agent_summary" tooldescription="...">
<!-- the same action, as UI -->
</form>