4 tools registered. Strongest in trust, weakest in task completion.
{ name: "intent_propose_purchase_mandate" /* short, unique, verb-based */ }{
"name": "intent_propose_purchase_mandate",
"description": "Searches the live product catalog for a physical-product query and explicit hard budget, creates a versioned purchase mandate with optional destination and reputation thresholds, and opens Intent's shared decision room. Returns normalized product details, eligibility evidence, source provenance, and canonical state readback. Checkout authority remains absent.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 8,
"maxLength": 240,
"description": "The physical product to find, including every hard requirement the user stated."
},
"budget": {
"type": "number",
"minimum": 1,
"maximum": 10000,
"description": "The user's hard total price ceiling in the mandate currency."
},
"country": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"default": "US",
"description": "Two-letter destination country code; default to US only when the user did not specify one."
},
"minimumRating": {
"type": "number",
"minimum": 0,
"maximum": 5,
"default": 0,
"description": "Hard minimum star rating, or 0 when the user did not specify one."
},
"minimumReviews": {
"type": "integer",
"minimum": 0,
"maximum": 1000000,
"default": 0,
"description": "Hard minimum review count, or 0 when the user did not specify one."
}
},
"required": [
"query",
"budget"
],
"additionalProperties": false
},
"annotations": {
"untrustedContentHint": true
}
}clarity: weak{ name: "intent_propose_purchase_mandate" /* short, unique, verb-based */ }{
"query": "carry-on suitcase",
"budget": 300
}{}{}