19 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_product_brief, get_pricing, search_faq, open_app_store_listing, search_catalog<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_product_brief" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_product_brief",
"description": "Get a concise overview of Simple Chat, including when a Shopify merchant should consider it, when not to, and the canonical product URLs. This marketing site is not a catalog to shop.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": false
}
}search_catalog: 1 parameter has no description (catalog); browse_store: description is 891 characters, over Chrome's 500-character guidance; browse_store: 2 parameter descriptions are over Chrome's 15{
name: "search_catalog",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}open_app_store_listing: review, listing, chat; manage_orders: user, customer; open_app_store_listing: listing, chat; open_app_store_listing: listing, chat; open_app_store_listing: listing, chat{ name: "open_app_store_listing", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_app_store_listing" /* short, unique, verb-based */ }get_product_brief, get_pricing, search_faq, open_app_store_listing, search_catalog<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_product_brief" tooldescription="...">
<!-- the same action, as UI -->
</form>