Skip to main content
Glama

quick_analysis

Analyze market data symbols by retrieving metadata, cost estimates, sample data, trading sessions, and quality assessments in one call.

Instructions

One-call comprehensive analysis of a symbol.

Combines: metadata + cost estimate + sample data + trading session info + data quality check.

Example:

  • quick_analysis(dataset="GLBX.MDP3", symbol="ES.FUT", date="2024-01-15")

  • quick_analysis(dataset="XNAS.ITCH", symbol="AAPL", date="2024-01-15", schema="ohlcv-1m")

Returns:

  • Symbol metadata and instrument info

  • Cost estimate for full-day data

  • Sample of recent trades/bars

  • Current trading session context

  • Data quality assessment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetYesDataset name (e.g., 'GLBX.MDP3', 'XNAS.ITCH')
symbolYesSymbol to analyze (e.g., 'ES.FUT', 'AAPL')
dateYesDate to analyze in YYYY-MM-DD format
schemaNoData schema (default: 'trades')trades
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses what the tool returns (5 specific components) which is valuable behavioral context. However, it doesn't mention performance characteristics, rate limits, authentication needs, or potential side effects. The description adds meaningful value but doesn't fully compensate for the lack of annotations.

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?

The description is perfectly structured: a clear purpose statement, bulleted combination list, concrete examples, and bulleted return values. Every sentence earns its place with zero waste. It's front-loaded with the core purpose and appropriately sized for the tool's complexity.

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?

Given the tool's moderate complexity (4 parameters, no output schema, no annotations), the description does well by explaining what the tool returns in detail. However, it could better address when to use this versus individual component tools. The lack of output schema is partially compensated by the return value description.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description provides examples showing parameter usage but doesn't add semantic meaning beyond what's in the schema. The baseline of 3 is appropriate when the schema does the heavy lifting.

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 performs a 'comprehensive analysis of a symbol' and specifies exactly what it combines: metadata, cost estimate, sample data, trading session info, and data quality check. It distinguishes itself from siblings like get_cost or get_symbol_metadata by bundling multiple functions into one call.

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

Usage Guidelines4/5

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

The description implies when to use this tool (for a quick, all-in-one analysis) but doesn't explicitly state when NOT to use it or name specific alternatives. It suggests this is for comprehensive analysis rather than individual components, but lacks explicit comparison to siblings like get_cost or get_historical_data.

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/deepentropy/databento-mcp'

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