One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_agentic_commerce{
name: "search_agentic_commerce",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_agentic_commerce<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_agentic_commerce" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_agentic_commerce",
"description": "Search deterministic Agent-to-Agent Commerce knowledge and canonical source pages. Returns matching pages with title, URL and summary. Read-only, no side effects.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Agentic Commerce question or topic"
}
},
"required": [
"query"
]
},
"annotations": {}
}search_agentic_commerce{
name: "search_agentic_commerce",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));search_agentic_commerce<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_agentic_commerce" tooldescription="...">
<!-- the same action, as UI -->
</form>