Skip to main content
Glama
major7apps

tiingo-mcp

by major7apps

get_intraday_prices

Retrieve historical intraday stock prices from IEX. Specify ticker, date range, and resample frequency like 1min or 1hour.

Instructions

Get historical intraday prices from IEX at various intervals.

Args: ticker: Stock ticker symbol (e.g. AAPL). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format. resample_freq: Resample frequency — 1min, 5min, 15min, 30min, 1hour, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
end_dateNo
start_dateNo
resample_freqNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, and description only states 'historical intraday prices' without disclosing behavioral traits like data range limits, API quotas, or error responses.

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

Conciseness4/5

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

Purpose is front-loaded in a single sentence, and parameters are listed clearly; minor redundancy with 'Args' label could be trimmed, but overall efficient.

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?

Parameter descriptions are complete, and output schema exists, but missing information on edge cases (e.g., missing dates, non-trading days) and behavioral constraints given lack of annotations.

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

Parameters5/5

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

All four parameters are explained with examples (e.g., 'AAPL' for ticker, 'YYYY-MM-DD' for dates, valid frequencies for resample_freq), fully adding meaning beyond the schema's type-only definition.

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?

Clear verb 'get', specific resource 'historical intraday prices', and source 'IEX' distinguish it from sibling tools like get_stock_prices (daily) and get_realtime_price.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as get_stock_prices for daily data or get_realtime_price for current data; context is missing.

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/major7apps/tiingo-mcp'

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