getCapabilities
Retrieve the static onboarding guide for this server, including supported workflows, network name synonyms, recommended call sequences, and common pitfalls. Read once at session start to understand how to use the API and map network names.
Instructions
Get the static agent onboarding guide for this server: supported workflows, network name synonyms (mapping words like 'eth' to the canonical slug 'ethereum'), recommended call sequences, and common pitfalls. Read-only and keyless. Read it once at the start of a session before your first query, or when asked 'how do I use this API?', 'what order should I call things in?', or 'which slug maps to eth?'. This returns onboarding docs, not live market data; for the actual list of network slugs use getNetworks, and for coverage totals use getStats. Takes no parameters beyond a short rationale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | Yes | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | Yes | ||
| server | Yes | ||
| workflows | Yes | Named tool sequences for common agent tasks. | |
| agent_skills | Yes | ||
| documentation | Yes | ||
| common_pitfalls | Yes | Known edge cases agents should be aware of. | |
| network_synonyms | Yes | Canonical network id -> common alternates an agent might try. |