5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "mitosis_overview" /* short, unique, verb-based */ }mitosis_overview, mitosis_get_pricing, mitosis_sign_up, mitosis_navigate, mitosis_connect_agent<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="mitosis_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "mitosis_overview",
"description": "Get a summary of what Mitosis is and where to find more. Mitosis builds one verified source of truth from everything you know and connects every AI agent to it. Returns a product summary and links to documentation, the agent-skills index, and the connect guide.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}mitosis_sign_up: declares no required list, so an agent cannot tell which parameters are mandatory; mitosis_navigate: 1 parameter description is over Chrome's 150-character guidance{
name: "mitosis_sign_up",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}mitosis_sign_up, mitosis_navigate{
name: "mitosis_sign_up",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "mitosis_overview" /* short, unique, verb-based */ }mitosis_overview, mitosis_get_pricing, mitosis_sign_up, mitosis_navigate, mitosis_connect_agent<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="mitosis_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>