Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_fills

Read-only

Retrieve all executed trades (fills) for your Kalshi account. Filter by market ticker, order ID, or time range, and paginate through results to track your trading activity.

Instructions

Get Fills Endpoint for getting all fills for the member. A fill is when a trade you have is matched. Fills that occurred before the historical cutoff are only available via GET /historical/fills. See Historical Data for details. Calls GET /portfolio/fills.

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
tickerNoFilter by market ticker
order_idNoFilter by order ID
subaccountNoSubaccount number (0 for primary, 1-63 for subaccounts). If omitted, defaults to all subaccounts.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by explaining the historical data cutoff and the meaning of a fill, which are not derivable from annotations alone.

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: two sentences and a link. It front-loads the purpose and provides the critical historical caveat without unnecessary verbiage.

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 straightforward read endpoint, the description covers the core concept, the endpoint, and the historical limitation. The schema documents all parameters, so the lack of response format details is acceptable though not fully comprehensive.

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%, with each of the 7 parameters well-documented. The description does not add extra parameter details, so the baseline of 3 is appropriate since the schema carries the semantic load.

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 'getting all fills for the member' and defines what a fill is. It also distinguishes from the historical fills endpoint by naming the alternative `GET /historical/fills`, making the tool's scope unambiguous.

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 an important usage boundary: fills before the historical cutoff are only available via a different endpoint. It also notes the underlying REST call, but doesn't explicitly compare against sibling tools like kalshi_get_trades, so some guidance is implicit.

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