Skip to main content
Glama
longbridge

longbridge

Official

Grid Trigger History

grid_trigger_history
Read-only

Retrieve detailed trigger history for a grid order, showing each child order's price, quantity, executed price/qty, and trigger time with pagination support.

Instructions

Trigger history for one grid order: each triggered child order with price, quantity, executed price/qty, and trigger time. Supports page/limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
limitNoRecords per page (default 20).
order_idYesGrid order ID whose trigger history to fetch.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
has_moreYes
trigger_ordersYes
Behavior4/5

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

Given the annotations already declare readOnlyHint and openWorldHint, the description adds useful behavioral context by listing response contents (price, quantity, executed price/qty, trigger time) and pagination support. This goes beyond the annotations without contradicting them. No destructive or mutation behavior is implied, matching the read-only annotation.

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 two sentences long and immediately states the purpose. It is front-loaded, specific, and contains no filler. Each clause conveys useful information: the resource, response fields, and pagination.

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?

Considering the presence of an output schema, read-only annotations, and only three simple parameters, the description provides adequate context for agent invocation. It clearly identifies the one required parameter context and the nature of the returned data. Additional nuance about alternative tools or default behaviors is available via the existing schema.

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 order_id, page, and limit are already documented with defaults and purpose. The description reinforces that order_id is the grid order to fetch and that page/limit are supported, but it does not add new parameter-level detail beyond the schema. This matches the baseline for full schema coverage.

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 identifies the resource as 'trigger history for one grid order' and specifies that it contains child order details like price, quantity, executed price/qty, and trigger time. This scope clearly distinguishes it from list-level grid tools such as grid_list or grid_detail. It lacks an explicit verb but the intended action is unambiguous.

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?

The description implies when to use this tool: when needing the triggered child orders for a specific grid order. It also mentions pagination via page/limit. However, it does not explicitly state alternatives or when not to use it, relying instead on the general context among grid-related siblings.

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/longbridge/longbridge-mcp'

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