Skip to main content
Glama

Foresea Forecasting

foresea_price_history

Call this to retrieve historical price series or OHLC candlesticks for a market (e.g. Kalshi ticker or Polymarket token/slug).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_tickerNo
ticker_or_marketYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the burden. It states 'retrieve' which suggests a read operation, but does not disclose any behavioral details such as data range limits, pagination, rate limits, or authentication requirements. The description adds the concept of OHLC candlesticks, but lacks depth for a tool without annotation support.

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 a single, well-structured sentence with no extraneous content. It is front-loaded and efficient.

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

Completeness2/5

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

Given the presence of an output schema and two parameters, the description is too brief. It does not explain the output format, the difference between the two parameters, or how this tool fits with historical data needs. With many sibling tools, more context would be beneficial.

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

Parameters2/5

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

Schema description coverage is 0%, meaning the description does not document any parameters. The description mentions 'ticker_or_market' in examples but does not explain the 'series_ticker' parameter or clarify how the two parameters interact. With zero schema descriptions, the description fails to add sufficient meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves historical price series or OHLC candlesticks for a market, with concrete examples (Kalshi ticker, Polymarket slug). This distinguishes it from real-time data tools like foresea_live_data, though not explicitly. The verb 'retrieve' and resource 'price history' are specific.

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

Usage Guidelines3/5

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

The description implies use for historical data but provides no explicit guidance on when to prefer this over sibling tools like foresea_analyze_market or foresea_scan_markets. It does not exclude any use cases or mention prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.