2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_docs, get_page{
name: "search_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_docs, get_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 the team.management documentation, protocols, and comparisons. Returns the most relevant sections with links.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural-language search query, e.g. 'how does DAIC enforcement work'"
}
},
"required": [
"query"
]
},
"annotations": {}
}search_docs, get_page{
name: "search_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));search_docs, get_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>