2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
search_docs, open_skill<!-- 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 the documentation for relevant pages and content.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
}
},
"required": [
"query"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_skill" /* short, unique, verb-based */ }search_docs, open_skill<!-- 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>