search_endpoints
Describe what financial data you need in plain English to find the matching API endpoint or function. Use this tool first to identify the correct endpoint before calling the API.
Instructions
Search for market data API endpoints and built-in finance functions by natural language query. Use this FIRST to find the right endpoint before calling call_api. Covers stocks, options, forex, crypto, futures, indices, ETFs, and economic data. Pass market to pin results to a specific asset class when you already know it; omit it and the server will infer from the query. Use detail="more" to see query parameter docs needed for building call_api requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query for API endpoints | |
| scope | No | Search scope: "endpoints" for API only, "functions" for local functions only, or "all"/omit for both | |
| detail | No | Level of detail per result. "default": title, path, and description. "more": adds query parameter documentation. "verbose": adds response attributes and sample response. | |
| market | No | Optional market/asset class filter. Omit to infer from the query. Use to pin results to a specific asset class when you already know it. | |
| max_results | No | Maximum number of results to return (default 5 for mixed, 7 for endpoints-only) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |