3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_docs, get_page, list_pages<!-- 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": "Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.",
"inputSchema": {
"properties": {
"query": {
"description": "The search query.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"annotations": {
"readOnlyHint": true,
"openWorldHint": false
}
}document.modelContext.dispatchEvent(new Event("toolchange"));search_docs, get_page, list_pages<!-- 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>