call_tool
Call any Agent402 tool by slug with automatic payment handling via USDC or proof-of-work. Input parameters match the tool's schema.
Instructions
Call any Agent402 tool by slug (find slugs and input schemas with search_tools). Payment is handled automatically: USDC via x402 if this server has a wallet key, otherwise free proof-of-work on eligible pure-CPU tools (no wallet needed). Wallet-keyed highlights: live market data (stock-quote $0.003) and the /v1 LLM gateway tiers (chat nano $0.003, embeddings $0.002 — no API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tool slug from search_tools, e.g. "unit-convert" | |
| params | No | Tool input parameters, matching the tool's inputSchema |