Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_positions

Read-only

Retrieve Kalshi portfolio positions with optional filtering by ticker, event, subaccount, and pagination.

Instructions

Get Positions Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted: position, total_traded Calls GET /portfolio/positions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoParameter to specify the number of results per page. Defaults to 100.
cursorNoThe Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page.
tickerNoFilter by market ticker
subaccountNoSubaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
count_filterNoRestricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
event_tickerNoEvent ticker to filter by. Only a single event ticker is supported.
Behavior3/5

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

The description adds the HTTP method and path ('Calls GET /portfolio/positions') and hints at a filtering behavior, which is slightly useful beyond the annotations. However, it does not disclose pagination behavior, return format, or any other operational details. Annotations already declare read-only and non-destructive, so no contradiction.

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 a single, run-on sentence that mixes the tool's name with parameter-level details and an endpoint hint. It lacks clear front-loading and organization, making it harder to parse quickly.

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?

For a tool with six parameters and no output schema, the description is insufficient. It does not explain what the response contains, how pagination works, or how to use filters effectively. The endpoint mention is helpful but does not fill the gaps.

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?

The input schema describes all six parameters with 100% coverage. The description adds no new parameter information; it simply repeats the description of count_filter. Since the schema already provides complete semantics, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'Get Positions', which clearly identifies the tool's action and resource, but the rest of the sentence is dedicated to describing the count_filter parameter rather than the tool's overall function. This muddles the purpose and makes it less distinct from sibling tools like get_orders or get_trades.

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?

No guidance is provided on when to use this tool versus alternatives. The description only mentions the HTTP endpoint and a parameter behavior, without explaining the typical use case, prerequisites, 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