3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_clueso_site, get_clueso_page, get_clueso_pricing{
name: "search_clueso_site",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_clueso_site, get_clueso_page, get_clueso_pricing<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_clueso_site" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_clueso_site",
"description": "Search clueso.io for pages about a topic — features, pricing, comparisons, solutions, tutorials, glossary terms and customer stories. Returns matching page titles, URLs and one-line descriptions. Use this before guessing a URL.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to look for, e.g. 'translate video' or 'SOC 2'"
}
},
"required": [
"query"
]
},
"annotations": {}
}search_clueso_site, get_clueso_page, get_clueso_pricing{
name: "search_clueso_site",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));search_clueso_site, get_clueso_page, get_clueso_pricing<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_clueso_site" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"query": "AI translation"
}{
"path": "/features/auto-translate"
}{}