Input schema (server-provided preview — do not copy)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"accepts_usdc": {
"type": "boolean"
},
"agent_callable_tier": {
"enum": [
"full-api",
"structured-handoff",
"human-checkout"
],
"type": "string"
},
"category": {
"type": "string"
},
"chain": {
"enum": [
"tron",
"ethereum",
"solana",
"bsc",
"polygon",
"arbitrum",
"base"
],
"type": "string"
},
"limit": {
"exclusiveMinimum": 0,
"type": "integer"
},
"query": {
"type": "string"
},
"rail": {
"enum": [
"lightning",
"bolt12",
"l402",
"usdt"
],
"type": "string"
},
"trust_tier_min": {
"enum": [
1,
2,
3
],
"type": "number"
}
},
"type": "object"
}