6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
search_docs, list_pages, get_project_info, read_page, get_current_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_docs",
"description": "Search pages and sections in H3. Returns ranked matches with previews, route paths and optional heading anchors. Use `read_page` to read a result.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms, e.g. 'deploy to vercel' or 'defineNitroPlugin'."
},
"limit": {
"type": "integer",
"description": "Maximum number of results (1-50, default 10).",
"minimum": 1,
"maximum": 50
}
},
"required": [
"query"
]
},
"annotations": {
"readOnlyHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "navigate" /* short, unique, verb-based */ }search_docs, list_pages, get_project_info, read_page, get_current_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>