2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
searchSite, findProviders{
name: "searchSite",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}searchSite, findProviders<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="searchsite" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "searchSite",
"description": "Search Compare the Cloud — the UK B2B tech provider directory. Returns matching provider listings with their on-site URLs.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query, e.g. \"kubernetes\" or \"managed cloud\"."
},
"limit": {
"type": "number",
"description": "Max results to return (1–20, default 5)."
}
},
"required": [
"q"
]
},
"annotations": {}
}searchSite, findProviders{
name: "searchSite",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));searchSite, findProviders<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="searchsite" tooldescription="...">
<!-- the same action, as UI -->
</form>