Skip to main content
Glama
CohenD

fin-data-mcp-server

by CohenD

Cboe daily price history

cboe_history
Read-onlyIdempotent

Retrieve daily OHLCV price history for equities, ETFs, or indices from Cboe, extending back ~20 years. No API key required. Ideal for charts and backtests as a Yahoo-independent source.

Instructions

Daily OHLCV price history for an equity/ETF/index from Cboe (history can extend back ~20 years). No key required. Use as a Yahoo-independent source for charts/backtests.

Symbols: tickers as-is; indices with an underscore prefix (_SPX). Example: { symbol: 'SPY' }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker or underscore-prefixed index symbol
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds valuable behavioral details: history length (~20 years), no key required, and symbol formatting syntax, without contradicting the 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 extremely concise, using two short paragraphs. The first paragraph front-loads purpose and usage context, the second adds symbol details. Every sentence adds unique value with zero redundancy.

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

Completeness5/5

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

For a simple one-parameter tool with no output schema, the description covers all necessary aspects: purpose, usage context, data source, key requirement, symbol format, and a specific example. No gaps remain for the intended use case.

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?

The single 'symbol' parameter is described in the schema as 'Ticker or underscore-prefixed index symbol'. The description adds concrete examples (e.g., 'SPY') and clarifies the underscore prefix rule for indices, going beyond the schema definition. Schema coverage is 100%, so baseline is 3, and the extra guidance justifies 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?

Clearly states the tool returns daily OHLCV price history for equities/ETFs/indexes from Cboe, with up to ~20 years of data. It also positions itself as a Yahoo-independent source, distinguishing from sibling Yahoo data tools.

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?

States 'Use as a Yahoo-independent source for charts/backtests', providing clear context for when to use. It mentions 'No key required' as a usage note, but does not explicitly exclude when not to use or list alternatives beyond the sibling context.

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/CohenD/fin-data-mcp'

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