Skip to main content
Glama
chandantherefore

Kite MCP Server

modify_gtt_order

Update an existing Good Till Triggered (GTT) order's parameters like trigger price, quantity, or limit price to adapt to changing market conditions.

Instructions

Modify an existing GTT (Good Till Triggered) order

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trigger_idYesThe ID of the GTT order to modify
trigger_typeYesGTT trigger type
exchangeYesThe exchange to which the order should be placedNSE
tradingsymbolYesTrading symbol
last_priceYesLast price of the instrument
transaction_typeYesTransaction type
trigger_valueNoPrice point at which the GTT will be triggered (for single-leg)
quantityNoQuantity for the order (for single-leg)
limit_priceNoLimit price for the order (for single-leg)
upper_trigger_valueNoUpper price point at which the GTT will be triggered (for two-leg)
upper_quantityNoQuantity for the upper trigger order (for two-leg)
upper_limit_priceNoLimit price for the upper trigger order (for two-leg)
lower_trigger_valueNoLower price point at which the GTT will be triggered (for two-leg)
lower_quantityNoQuantity for the lower trigger order (for two-leg)
lower_limit_priceNoLimit price for the lower trigger order (for two-leg)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Modify' implies a mutation operation, but the description doesn't disclose critical behavioral traits: whether this requires specific permissions, if modifications are reversible, what happens to partially filled orders, rate limits, error conditions, or confirmation requirements. For a financial trading tool with 15 parameters, this lack of behavioral context is a significant gap.

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 a single, efficient sentence that states the core purpose without any wasted words. It's appropriately sized for a tool with a clear name and comprehensive schema documentation. Every word earns its place by conveying the essential action and target resource.

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?

Given the complexity (financial trading tool with 15 parameters, no annotations, no output schema), the description is insufficiently complete. It doesn't explain what 'modify' entails operationally, what values can be changed, whether modifications affect order status, what the response looks like, or error scenarios. For a mutation tool in a sensitive domain with many sibling tools, this minimal description leaves too much undefined.

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 schema already documents all 15 parameters thoroughly with descriptions and enums. The description adds no parameter-specific information beyond what's in the schema. According to guidelines, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description, which applies here.

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 verb ('modify') and resource ('existing GTT order'), making the purpose immediately understandable. It distinguishes this tool from 'place_gtt_order' (creation) and 'delete_gtt_order' (deletion), though it doesn't explicitly contrast with 'modify_order' (which likely modifies regular orders). The description is specific but could be more precise about what distinguishes GTT order modification from regular order modification.

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. It doesn't mention prerequisites (e.g., needing an existing GTT order ID), when modification is allowed versus when cancellation might be needed, or how this differs from 'modify_order' for non-GTT orders. The agent must infer usage from the tool name and parameters alone.

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/chandantherefore/kite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server