Financial data is informational and may be inaccurate. See Disclaimer.

drillr.ai
API keys →

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

ParameterTypeRequiredDescription
categoriesstring[]optionalUp 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

LimitValuePast it
Categories per call5
No categories, or ["all"]Category index onlyCall again with names from it
Per tableColumn names onlyTypes 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.

WhenYou getDo
Unknown categoryInvalid arguments, accepted values listedCopy 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.