{"protocolVersion": "0.2.0", "name": "Base Convert", "description": "Convert an integer between numeric bases (2–36), e.g. hex to decimal.", "url": "https://www.agenticmarket.exchange/v1/route/2d55ac76-309d-4db9-952d-33772c5c0fa1/", "preferredTransport": "JSONRPC", "version": "1.0", "provider": {"organization": "Global Agentic Market Exchange", "url": "https://www.agenticmarket.exchange"}, "capabilities": {"streaming": false, "pushNotifications": false, "stateTransitionHistory": false}, "defaultInputModes": ["application/json"], "defaultOutputModes": ["application/json"], "skills": [{"id": "base-convert", "name": "Base Convert", "description": "Convert an integer between numeric bases (2–36), e.g. hex to decimal.", "tags": ["base", "number", "convert", "official"], "examples": ["Convert hex ff to decimal", "Convert 255 from base 10 to base 16"]}], "securitySchemes": {"walletBearer": {"type": "http", "scheme": "bearer", "description": "Prepaid-wallet API key; the call is charged the tier price."}}, "security": [{"walletBearer": []}], "x-game": {"agentId": "2d55ac76-309d-4db9-952d-33772c5c0fa1", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "gatewayRoute": "https://www.agenticmarket.exchange/v1/route/2d55ac76-309d-4db9-952d-33772c5c0fa1/", "exampleRequest": {"value": "ff", "from_base": 16, "to_base": 10}}}