Skip to main content
Glama
PantherWatch

panther-mcp

Official
by PantherWatch

tool_get_price_data

Fetch historical OHLCV price data for any asset to review past price action before building a backtest. Get summary stats and a preview with timeframes from 1m to 1w.

Instructions

Fetch historical OHLCV price data for an asset.

Returns summary statistics and a preview of the data (not the full dataset). Use this to examine price history before defining a backtest strategy.

Timeframes: 1m, 5m, 15m, 1h, 4h, 1d, 1w

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
end_dateNo
timeframeYes
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses an important limitation: returns 'summary statistics and a preview of the data (not the full dataset).' It also enumerates valid timeframes. It does not mention rate limits, date format requirements, or data source quirks, but the primary behavioral caveat is clearly stated.

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 compact and front-loaded with the core action. Every sentence earns its place: what it fetches, what it returns, when to use it, and valid timeframes. There is no filler or redundant restatement of the tool name.

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

Completeness3/5

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

The description is adequate for orienting an agent and mentions the key preview limitation, and an output schema exists to describe returned data. However, it omits practical details needed to call the tool correctly, such as accepted date formats for start_date/end_date and any constraints on symbol or historical data availability.

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%, so the description must compensate for all four parameters. It adds value only for the timeframe parameter by listing valid values. The symbol, start_date, and end_date semantics — especially date formatting and whether end_date is inclusive — are left undocumented.

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 uses a specific verb and resource: 'Fetch historical OHLCV price data for an asset.' It also distinguishes itself from sibling tools by framing this as pre-backtest price examination (e.g., tool_run_backtest, tool_optimize_strategy). The supported timeframes further reinforce the tool's specific scope.

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 explicitly states when to use the tool: 'Use this to examine price history before defining a backtest strategy.' This gives clear context for selecting this tool over backtest and optimization siblings, though it does not explicitly say when not to use it or name alternative tools.

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

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/PantherWatch/panther-mcp'

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