Skip to main content
Glama
pyalgobot

angelone-mcp

by pyalgobot

get_candle_data

Retrieve historical OHLCV candle data for any symbol and exchange. Specify interval and date range to analyze price trends.

Instructions

Get historical OHLCV candle data.

interval: ONE_MINUTE | THREE_MINUTE | FIVE_MINUTE | TEN_MINUTE | FIFTEEN_MINUTE | THIRTY_MINUTE | ONE_HOUR | ONE_DAY fromdate/todate format: "YYYY-MM-DD HH:MM" (e.g. "2024-01-01 09:15")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todateYes
exchangeYes
fromdateYes
intervalYes
symboltokenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It does not mention read-only nature, data availability limits, rate limits, pagination, or any other operational behavior. The interval and date-format notes are parameter help rather than behavioral transparency.

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: one clear purpose sentence followed by essential format constraints. Every line earns its place with no wasted words.

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?

It covers the most error-prone parameters (interval and date format) and the output schema exists, so return structure is already handled. However, without guidance on exchange values or how symboltoken is obtained, an agent may still struggle to invoke the tool correctly.

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 description coverage is 0%, so the description's parameter notes add real value: it enumerates all valid interval values and specifies the exact fromdate/todate format with an example. However, exchange and symboltoken remain unexplained, leaving the agent to infer their 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 opens with 'Get historical OHLCV candle data,' which names a specific verb and resource. It is clearly distinguishable from most siblings, though it does not explicitly differentiate itself from get_nse_intraday_data or get_bse_intraday_data beyond the OHLCV term.

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?

Usage context is only implied: 'historical OHLCV candle data' suggests this is for past price data rather than real-time quotes or intraday-specific feeds. No explicit guidance about when not to use it or what alternatives to prefer is provided.

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

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/pyalgobot/angelone-mcp'

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