Swarm
t54_x402_request
Execute any T54 seller operation by operationId with an optional query map. Prefer per-operation t54_* tools when available for clearer arguments. On HTTP 402, x402_broker_client pays then retries.
Remote hobiecunningham/agentic-swarm-marketplace
Other tools also called t54_x402_request?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Query",
"default": null,
"description": "Query string parameters as a JSON object. Keys must match OpenAPI query names for this operation (see resource openapi://agentic-swarm-t54-skus)."
},
"operation_id": {
"type": "string",
"title": "Operation Id",
"description": "Exact OpenAPI operationId. Call t54_list_operations first. Known: agentCommerceData, airdropIntelligence, constitutionAuditLite, getHealth, helloPing, researchBrief, structuredQuery"
}
}
}