cambrian_docs
Fetch Cambrian API documentation for any endpoint or guide. Provide a path, tool name, or search query to retrieve request schemas, response fields, and examples.
Instructions
Get Cambrian API documentation from docs.cambrian.org/llms.txt. Provide an endpoint or guide path (e.g. "solana/price-current", "evm/dexes", "evm/42161/dexes", "deep42/social-data/sentiment-shifts", "guides/x402"). Endpoint detail defaults to the request schema. Use detail="response" for response fields or detail="full" for examples and all endpoint prose. Every endpoint detail includes the OpenAPI request schema, so do not use full only to get request fields. Use "guides/" for any guide listed in the live root index. Use evm endpoint paths for Base, Ethereum, and Arbitrum tools. Use tool_name when you know the exact MCP endpoint tool. If the exact path and tool name are unknown, use query only. Send only one of path, tool_name, or query. Omit all three to get a concise directory of endpoint groups, endpoint paths, and guides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Endpoint path to fetch docs for. E.g. "solana/price-current", "evm/dexes", "deep42/social-data/sentiment-shifts". Prefix an EVM path with a chain to scope it: "evm/8453/dexes", "evm/1/dexes", or "evm/42161/dexes". Omit for the root llms.txt index. | |
| query | No | Search the root index for relevant endpoint paths. Provide query without path. | |
| detail | No | Use schema for request parameters. Response detail also includes the OpenAPI request schema. Use full only for examples and all endpoint prose. | schema |
| tool_name | No | Exact MCP endpoint tool name. Use this instead of path or query. | |
| _maxResponseLength | No | Optional maximum response length in characters. Default: 30000. |