Datasets
TOOLlist_tables
The alternative-data tables under a category — name, purpose and column names — or the category index when called bare.
- Coverage
- US / CN / JP
- Billing
- Free · 0
Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| categories | string[] | optional | Up to five alt-data category names, exactly as the index spells them. Omit, or pass ["all"], for the category index with a table count per category. |
Example
Arguments
{ "categories": ["Inference Economics"] }Response
## Inference Economics
Geography: Global — providers worldwide.
- litellm_price_history — Historical LLM API pricing (from LiteLLM).
Columns: date, model_name, event, provider, mode, input_cost_per_token, output_cost_per_token, …
- computeprices_llm_prices — LLM API prices (provider, model, input/output $ per 1M tokens).
Columns: id, provider_id, llm_model_id, price_per_1m_input, price_per_1m_output, …Trimmed: Two of five tables shown, column lists cut.
Limits
| Limit | Value | Past it |
|---|---|---|
| Categories per call | 5 | — |
| No categories, or ["all"] | Category index only | Call again with names from it |
| Per table | Column names only | Types and notes via get_table_schema |
Errors
Invalid arguments are refused before the tool runs; the rest arrive as a tool failure whose text is the message. The four shapes are on MCP server.
| When | You get | Do |
|---|---|---|
| Unknown category | Invalid arguments, accepted values listed | Copy a name exactly, ampersand and capitals included |
Notes
- Alt-data only. The core equity tables — financial_statements, company_snapshot, price_volume_history and the rest — are named in the run_sql description and described by get_table_schema.
- Column names only. For types and per-column notes, call get_table_schema on the table.
Endpoint, client setup and billing are common to all tools. For details, please refer to MCP server.