Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_orders

Read-only

Fetch Kalshi orders with filters for status, ticker, event, time range, and subaccount. Retrieve resting, canceled, or executed orders for portfolio management and analysis.

Instructions

Get Orders Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via GET /historical/orders. Resting orders will always be available through this endpoint. See Historical Data for details. Calls GET /portfolio/orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results per page. Defaults to 100.
cursorNoPagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
max_tsNoFilter items before this Unix timestamp
min_tsNoFilter items after this Unix timestamp
statusNoFilter by status. Possible values depend on the endpoint.
tickerNoFilter by market ticker
subaccountNoSubaccount number (0 for primary, 1-63 for subaccounts). If omitted, defaults to all subaccounts.
event_tickerNoEvent tickers to filter by, as a comma-separated list (maximum 10).
Behavior4/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 behavioral context about the historical cutoff and the guarantee that resting orders are always available, which goes beyond annotations. It does not describe pagination or response format, but that is secondary for a read-only list endpoint.

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 four sentences and wastes no words. It starts with the action, lists the key constraint, mentions the historical alternative, and includes a documentation link. Every sentence serves a purpose.

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?

Given the tool's moderate complexity (8 optional params, no output schema), the description covers the key behavioral nuance (historical cutoff) and lists statuses. It does not describe the response structure, but the endpoint path and tool name imply the return of order objects. Schema covers parameters well, so the description is sufficient for an agent to invoke it 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?

The input schema has 100% parameter coverage, so baseline is 3. The description adds value by specifying the valid status values (resting, canceled, executed) that the schema leaves as 'Possible values depend on the endpoint.' This extra detail clarifies the most important parameter.

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 orders and restricts them by status (resting, canceled, executed). It also specifies the exact API endpoint 'GET /portfolio/orders', making the resource unambiguous. This differentiates it from the singular 'kalshi_get_order' and historical orders endpoint.

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

Usage Guidelines5/5

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

The description explicitly states when not to use this tool: canceled or fully executed orders before the historical cutoff must use 'GET /historical/orders'. It also notes resting orders are always available, providing clear usage context and an alternative endpoint. This is strong when/when-not guidance.

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