Skip to main content
Glama
CohenD

fin-data-mcp-server

by CohenD

Polymarket price history (CLOB)

polymarket_price_history
Read-onlyIdempotent

Retrieve historical price time series for a Polymarket outcome using its CLOB token id. Specify interval or timestamps and resolution in minutes.

Instructions

Time series of an outcome's price. market is a CLOB token id (from a market's clobTokenIds). Use interval (1m/1h/6h/1d/1w/max) OR explicit startTs/endTs. fidelity is resolution in minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTsNoUnix epoch seconds
marketYesCLOB token id (NOT the condition id)
startTsNoUnix epoch seconds
fidelityNoResolution in minutes
intervalNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint as true and destructiveHint as false. The description adds behavioral context beyond annotations by explaining the parameter combination constraints and that it returns historical data. No contradictions.

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 very concise, using two sentences to convey the core functionality and parameter usage without any waste. It is well-structured and front-loaded with key information.

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 a simple price history tool with no output schema and comprehensive annotations, the description covers the essential aspects: what it does, required parameter, and parameter options. It could mention the output format but is sufficiently complete for selection.

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 80%, and the description adds value by explaining that 'market' is a CLOB token id, 'interval' has specific enum values, 'fidelity' is in minutes, and that startTs/endTs are alternative to interval. This goes beyond the schema's descriptions.

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 returns a time series of an outcome's price, specifies the required 'market' parameter as a CLOB token id, and distinguishes it from sibling tools like polymarket_last_trade_price and polymarket_order_book which serve different purposes.

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 explains how to use the tool: use 'interval' OR explicit startTs/endTs, and mentions 'fidelity' as resolution in minutes. It provides clear parameter usage but does not explicitly state when not to use this tool or suggest alternatives, though sibling context helps.

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