Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_amend_order_v2

Amend an existing Kalshi event-market order's price or max fillable count. Specify the order ID, updated price, and total fillable count to adjust resting quantity.

Instructions

Amend Order (V2) Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request count is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs. Calls POST /portfolio/events/orders/{order_id}/amend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideYesSide of the order
countYesUpdated total/max fillable count for the order. Set this to the order's already filled count plus the desired resting remaining count after the amend.
priceYesUpdated price for the order in fixed-point dollars.
tickerYesMarket ticker
order_idYesOrder ID
subaccountNoSubaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
exchange_indexNoExchange shard index. Defaults to 0. Use -1 to auto-route by market ticker.
client_order_idNoThe original client-specified order ID to be amended
updated_client_order_idNoThe new client-specified order ID after amendment
Behavior4/5

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

Annotations only indicate readOnly=false and destructiveHint=false. The description adds valuable behavioral context: explains that 'count' is the updated total/max fillable count (already filled + desired resting), states the HTTP method and path, and clarifies that behavior matches v1. This goes well beyond annotation-only information.

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 three sentences, each earning its place: purpose, count semantics, and endpoint/shape clarification. No fluff or repetition, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema thoroughly documents all 9 parameters, but there is no output schema and the description does not mention the response shape or error conditions. It also does not distinguish this from the sibling kalshi_decrease_order_v2, which could cause selection confusion. Operational context is partially complete but has clear 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?

Schema description coverage is 100%, with detailed parameter docs. The description text mostly reinforces what the schema already states about 'count' semantics. Since the schema handles parameter meaning, the description adds little incremental value, justifying the baseline score of 3.

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's purpose: amending the price and/or max fillable count of an existing event-market order. It distinguishes itself from siblings by using the specific verb 'amend' and noting the V2 request/response shape, as well as referencing the exact endpoint. This makes it easy to tell apart from create/cancel/decrease tools.

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

Usage Guidelines3/5

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

Usage is implied: if you need to change an existing order's price or count, use this tool. The description mentions consistency with v1 endpoints but does not explicitly differentiate from alternatives like kalshi_decrease_order_v2 or cancel+create workflows. No exclusions or when-not-to-use guidance is provided.

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