3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search-site, get-practice-info, get-faqs<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search-site" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search-site",
"description": "Search every page and blog post on the Poppy Kids Pediatric Dentistry website. Returns matching titles, URLs, and excerpts.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to search for"
}
},
"required": [
"query"
]
},
"annotations": {
"readOnlyHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));search-site, get-practice-info, get-faqs<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search-site" tooldescription="...">
<!-- the same action, as UI -->
</form>