4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_product_overview, get_pricing, search_blog, book_demo<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_product_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_product_overview",
"description": "Get a concise overview of Aiso, the AI search optimization platform: it tracks how a brand appears in answers from ChatGPT, Claude, Gemini, Perplexity and Copilot, surfaces the real prompts customers ask, and recommends content changes to improve AI visibility. Returns a summary plus links to the product, solutions and pricing pages.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true,
"openWorldHint": false,
"title": "Aiso product overview"
}
}book_demo{
name: "book_demo",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}duplicate tool name registered: get_product_overviewtry {
document.modelContext.provideContext({ tools: [/* ... */] });
} catch (err) {
console.error("WebMCP registration failed", err);
}document.modelContext.dispatchEvent(new Event("toolchange"));get_product_overview, get_pricing, search_blog, book_demo<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_product_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>