get_api_details
Inspect a discovered API provider to retrieve endpoint names, parameters, pricing, auth requirements, and docs. Use compact mode to reduce response size and save context window.
Instructions
Inspect one provider after discovery. Good when the agent needs endpoint names, params, pricing, auth, or docs. Use compact=true to avoid oversized responses in Claude/Desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | The API provider ID (e.g., "openrouter", "brave_search", "elevenlabs") | |
| compact | No | If true, returns minified spec (strips examples, keeps essential params). Saves ~60% context window. |