{
"type": "mcp",
"id": "lst_01H...",
"resource": "mcp://tools.example.com/summarize",
"name": "summarize",
"description": "Summarize an input document into 3 bullet points",
"inputSchema": {
"type": "object",
"properties": {
"text": { "type": "string", "description": "Text to summarize" }
},
"required": ["text"]
},
"outputSchema": {
"type": "object",
"properties": {
"bullets": { "type": "array", "items": { "type": "string" } }
}
},
"payment": {
"scheme": "upto",
"network": "stellar:pubnet",
"asset": "USDC",
"amount": "50000",
"pricing": { "unit": "1k_tokens", "pricePerUnit": "5000" }
}
}