Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_markets

Read-only

Retrieve Kalshi markets with filters for status, timestamps, tickers, and events. Use to analyze market data and inform trading decisions.

Instructions

Get Markets Filter by market status. Possible values: unopened, open, closed, settled. Leave empty to return markets with any status. - Only one status filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | unopened, open, empty… Calls GET /markets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results per page. Defaults to 100. Maximum value is 1000.
cursorNoPagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
statusNoFilter by market status. Leave empty to return markets with any status.
tickersNoFilter by specific market tickers. Comma-separated list of market tickers to retrieve.
mve_filterNoFilter by multivariate events (combos). 'only' returns only multivariate events, 'exclude' excludes multivariate events.
event_tickerNoEvent ticker to filter by. Only a single event ticker is supported.
max_close_tsNoFilter items that close before this Unix timestamp
min_close_tsNoFilter items that close after this Unix timestamp
series_tickerNoFilter by series ticker
max_created_tsNoFilter items that created before this Unix timestamp
max_settled_tsNoFilter items that settled before this Unix timestamp
min_created_tsNoFilter items that created after this Unix timestamp
min_settled_tsNoFilter items that settled after this Unix timestamp
min_updated_tsNoReturn markets with metadata updated later than this Unix timestamp. Tracks non-trading changes only. Incompatible with any other filters except mve_filter=exclude. May be combined with series_ticker, which requires mve_filter=exclude.
Behavior3/5

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

Annotations already indicate a safe read operation (readOnlyHint=true, destructiveHint=false). The description adds behavioral constraints like mutually exclusive timestamp filters, but it also has a discrepancy: it omits the 'paused' status that appears in the schema. It reveals the HTTP endpoint but doesn't describe return format or pagination behavior.

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

Conciseness2/5

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

The description is poorly structured: a brief first sentence followed by fragmented bullet rules and a broken markdown table. It is longer than needed and hard to parse, failing to front-load the most important information.

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?

With 14 parameters and no output schema, the description should explain what the response contains and any pagination behavior. It doesn't mention the return payload or overall behavior beyond filtering. The filter compatibility rule is only partially communicated, leaving gaps in understanding for an agent.

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 adds a compatibility table for timestamp filters and status filters, but the table is malformed and largely duplicates information already in the schema (e.g., min_updated_ts incompatibility). It does add the rule that only one status filter may be supplied, which isn't in the schema, but the added value is limited.

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 action ('Get Markets') and resource (markets), and mentions filtering by status. However, it doesn't explicitly differentiate from sibling tools like kalshi_get_market (singular) or kalshi_get_events, so it's clear but not fully distinguishing.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as kalshi_get_market or kalshi_get_events. It only lists filter constraints, not usage context or exclusions.

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