Run an Agent402 tool
catalog.callCall any Agent402 tool by its slug. Payment is handled automatically with USDC or free proof-of-work for eligible CPU tools.
Instructions
Call any Agent402 tool by slug (find slugs with catalog.find or catalog.search). 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 search/answer, stock-quote, render, transcribe, memory, and the /v1 LLM gateway tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tool slug from catalog.search, e.g. "search" or "unit-convert" | |
| params | No | Tool input parameters, matching the tool's inputSchema |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Catalog slug that ran | |
| result | Yes | Native tool output (shape depends on slug) |