12 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
find_waisa_stockists: declares no required list, so an agent cannot tell which parameters are mandatory; learn_about_guayusa_energy: declares no required list, so an agent cannot tell which parameters{
name: "find_waisa_stockists",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}find_waisa_stockists, learn_about_guayusa_energy, search_catalog, browse_store, get_product<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_waisa_stockists" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "find_waisa_stockists",
"description": "Find Canadian retailers and cafés that stock Waísa guayusa. Every stockist carries the full ready-to-drink can lineup (Vibrant Peach, Golden Pineapple, Wildberry Mint). Search by city, province name or code (Ontario, ON), postal code with or without a space, store name, flavour, or rank nearby stores by latitude and longitude.",
"inputSchema": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "A Canadian city, province (Ontario or ON), postal code (V6B 1A1 or V6B1A1), \"City, ON\", store name, or street."
},
"product": {
"type": "string",
"description": "Optional flavour name. Every stockist carries Vibrant Peach, Golden Pineapple, and Wildberry Mint."
},
"latitude": {
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Latitude used with longitude to rank stores by distance."
},
"longitude": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Longitude used with latitude to rank stores by distance."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"description": "Maximum number of stockists to return. Defaults to 5."
}
},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": false
}
}find_waisa_stockists: declares no required list, so an agent cannot tell which parameters are mandatory; learn_about_guayusa_energy: declares no required list, so an agent cannot tell which parameters{
name: "find_waisa_stockists",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}manage_orders: user, customer{ name: "manage_orders", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "learn_about_guayusa_energy" /* short, unique, verb-based */ }find_waisa_stockists, learn_about_guayusa_energy, search_catalog, browse_store, get_product<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_waisa_stockists" tooldescription="...">
<!-- the same action, as UI -->
</form>