Skip to main content
Glama
tickerbot

Tickerbot MCP Server

Official
by tickerbot

tickerbot_get_ticker_bars

Fetch historical OHLCV bars for up to 50 tickers at intervals from 1s to 1d, with point-in-time and back-paging options.

Instructions

Get OHLCV (open/high/low/close/volume) bars for one or more symbols at a given interval, oldest-first. Pass a comma-separated ticker list (up to 50) for a bulk response keyed by symbol. Use asof for a single point-in-time bar, or before+limit to back-page. 1d/1h cover the full universe with full history; sub-hour intervals back-fill on demand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoWindow end (inclusive; a bare YYYY-MM-DD means through the end of that day). Mutually exclusive with `asof` and `before` (400).
asofNoReturn a single bar as of this date/timestamp (point-in-time).
fromNoWindow start (inclusive), YYYY-MM-DD / ISO / epoch-ms. Combines with `to`; page inside the window with `cursor`. Mutually exclusive with `asof` and `before` (400).
limitNoMost-recent N bars. Default 100.
beforeNoReturn the N bars ending strictly before this date/timestamp (YYYY-MM-DD or epoch-ms) — back-paging.
cursorNoContinuation token from a prior response's `next_cursor` (sugar for `before`, and the way to page inside a from/to window).
tickerYesSymbol, or comma-separated list (up to 50) for a bulk response keyed by symbol.
intervalYesBar interval.
Behavior5/5

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

With no annotations, the description carries the full behavioral burden. It discloses ordering (oldest-first), bulk response shape (keyed by symbol), back-paging semantics (before+limit), and interval coverage differences (1d/1h full history vs sub-hour back-fill). This far exceeds what the schema alone reveals.

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?

Three dense sentences, each with distinct operational guidance (bulk, point-in-time, coverage/paging). Front-loaded with the core purpose, no filler or repetition of schema content.

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?

For an 8-parameter tool with no output schema, the description covers the main usage modes and critical behavioral nuances. The schema fully documents every parameter, so the description's high-level context suffices; minor gaps like default limit or cursor mechanics remain in the schema.

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%, so baseline is 3. The description adds value by clarifying that asof returns a single bar, before+limit enables back-paging, ticker supports up to 50 symbols, and 1d/1h have full coverage. This goes beyond the schema's per-param descriptions, earning a 4.

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 opens with a specific verb+resource: 'Get OHLCV (open/high/low/close/volume) bars for one or more symbols at a given interval'. It clearly distinguishes this tool from siblings like get_ticker or get_ticker_history by focusing on OHLCV bars, bulk symbol support, and interval-based retrieval.

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?

Provides clear usage guidance: comma-separated tickers for bulk, asof for point-in-time bars, before+limit for back-paging, and interval coverage differences. However, it does not explicitly name alternative tools or state when NOT to use this tool, so it stops short of a 5.

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/tickerbot/tickerbot-mcp'

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