Skip to main content
Glama

query_databento

Retrieve real-time and historical market data from Databento for CME futures, US equities, and crypto. Returns OHLCV, trades, and quotes. Read-only, billed per usage.

Instructions

Fetch real-time and historical market data from Databento (CME futures, US equities, crypto). Read-only, billed per Databento usage. Use for OHLCV / trades / quotes on traditional instruments; use get_markets or search_markets for prediction-market contracts instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYesSymbol list. Required, at least one. Examples: ["CL.c.0"] (front-month WTI), ["ES.c.0"] (S&P e-mini), ["AAPL"]. Continuous-contract suffix .c.0 means front month.
datasetNoDatabento dataset code. Default: GLBX.MDP3 (CME Globex). Must match the venue of the requested symbols.
schemaNoDatabento schema. Default: trades. Other common values: ohlcv-1m, ohlcv-1d, mbp-1, tbbo, statistics.
startNoISO-8601 start timestamp (inclusive). Omit for most recent data.
endNoISO-8601 end timestamp (exclusive). Must be after start if both set.
limitNoMax records returned. Default 100. Hard cap 10000.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses read-only nature and billing per usage. No annotations exist, so description carries full burden. Could mention data ordering or error handling but still provides key behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two highly informative sentences with no filler. Front-loaded purpose, followed by usage guidance. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, parameters, and billing. No output schema, so return format is omitted, but for a data-fetching tool with good parameter descriptions, it's nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. Description adds extra context: continuous-contract suffix explanation, dataset default, and symbol examples, improving parameter understanding beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches real-time and historical market data from Databento, specifying the resource and verb. It distinguishes from siblings by directing prediction-market queries to get_markets or search_markets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use this tool (for traditional instruments OHLCV/trades/quotes) and when to use alternatives (prediction markets), with clear exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spfunctions/simplefunctions-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server