Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_market_candlesticks_by_event

Read-only

Retrieve aggregated candlestick data for all markets within a Kalshi event, enabling price trend analysis across specified time intervals.

Instructions

Get Event Candlesticks End-point for returning aggregated data across all markets corresponding to an event. Calls GET /series/{series_ticker}/events/{ticker}/candlesticks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_tsYesEnd timestamp for the range
tickerYesThe event ticker
start_tsYesStart timestamp for the range
series_tickerYesThe series ticker
period_intervalYesSpecifies the length of each candlestick period, in minutes. Must be one minute, one hour, or one day.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the specific endpoint path and the scope of aggregation, which is useful context, but it does not disclose any additional behavioral traits such as rate limits, timezone handling, or response format. With annotations present, this is acceptable but not rich.

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?

Two concise sentences: one for purpose and one for the exact endpoint. No filler or redundancy. Every word earns its place.

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 read-only data retrieval tool with rich schema and annotations, the description is sufficient for an agent to understand what the tool does and select it appropriately. It includes the aggregation scope and endpoint, but omits details about return format or any constraints on the time range, though those are less critical given the schema.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description does not elaborate on parameters, but the schema already provides clear descriptions for all five parameters, including the enum for period_interval. Description adds no extra semantic value beyond the schema.

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 it returns aggregated candlestick data across all markets for a specific event, using the verb 'Get' and identifying the specific endpoint. This distinguishes it from the sibling tool kalshi_get_market_candlesticks, which likely targets a single market.

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 usage for event-level candlestick data ('across all markets corresponding to an event'), but it does not explicitly contrast this with market-level alternatives or state when not to use it. No alternative tools are named, so guidance is implied rather than explicit.

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/SakethSripada/KalTraderMCP'

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