Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_event

Read-only

Fetch event data by ticker, with optional nested markets, to view real-world occurrences and their trading markets on Kalshi.

Instructions

Get Event Endpoint for getting data about an event by its ticker. An event represents a real-world occurrence that can be traded on, such as an election, sports game, or economic indicator release. Events contain one or more markets where users can place trades on different outcomes. All events are accessible through this endpoint, even if their associated markets are older than the historical cutoff. Calls GET /events/{event_ticker}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_tickerYesEvent ticker
with_nested_marketsNoIf true, markets are included within the event object. If false (default), markets are returned as a separate top-level field in the response. Historical markets settled before the historical cutoff will not be included.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to repeat safety. It adds useful context about the GET endpoint path and the historical cutoff behavior, but doesn't discuss response structure or edge cases. With annotations covering the safety profile, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the primary purpose and includes relevant domain context. The two sentences explaining what an event is are helpful but slightly verbose; overall, it remains tight and no sentence is wasted.

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 read-only GET tool with two well-documented parameters, this description is complete enough: it provides the endpoint path, the key historical cutoff nuance, and domain background. No output schema exists, but the absence of return format details is acceptable given the tool's simplicity.

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?

Input schema covers both parameters with detailed descriptions (100% coverage), so the baseline is 3. The description reinforces event_ticker by mentioning 'by its ticker' but adds no extra meaning beyond the schema, especially for with_nested_markets.

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 gets event data by ticker, defines what an event is, and highlights a distinguishing capability (all events accessible, even historical ones). This differentiates it from sibling event-specific tools like kalshi_get_event_metadata or kalshi_get_events.

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 provides clear context for when to use the tool: to retrieve a single event's data via its ticker. It also notes that all events are accessible, including those past the historical cutoff. However, it does not explicitly mention alternatives or when not to use it, stopping short of 5.

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