5 tools registered. Every measured layer scored 0.
read_store_guide, preflight_endpoint, check_before_you_pay, check_conformance, verify_artifact// Make the tool's effect visible on the page the person is looking at:
// update the same UI your existing human flow uses when read_store_guide runs,
// so the person co-browsing sees what the agent just did.
execute: async (args, { signal }) => {
const result = await performAction(args, signal);
renderResultInPage(result); // the human-visible half of the same action
return result;
}{
"name": "read_store_guide",
"description": "The store's front door as text: the full menu with prices, how x402 payment works here, the free shelf, and the house promises. Free. Completes when the guide text returns. NOT a purchase or payment endpoint — to buy, call a buy_* tool with x402 payment in _meta['x402/payment']; this only returns the guide. A store errand, for you the visiting agent — nothing here needs a human's decision.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"title": "Store Guide"
}
}read_store_guide, preflight_endpoint, check_before_you_pay, check_conformance, verify_artifact// Make the tool's effect visible on the page the person is looking at:
// update the same UI your existing human flow uses when read_store_guide runs,
// so the person co-browsing sees what the agent just did.
execute: async (args, { signal }) => {
const result = await performAction(args, signal);
renderResultInPage(result); // the human-visible half of the same action
return result;
}clarity: poorpreflight_endpoint: description is 741 characters, over Chrome's 500-character guidance; check_before_you_pay: description is 1227 characters, over Chrome's 500-character guidance; check_before_you_pa{
name: "preflight_endpoint",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "preflight_endpoint" /* short, unique, verb-based */ }{}{}{}