Skip to main content
Glama
longbridge

longbridge

Official

Grid Symbol Info

grid_symbol_info
Read-only

Retrieve pre-trade grid setup details for a security symbol, including name, last price, board lot sizes, price step, and channel authorization info.

Instructions

Pre-trade grid setup info for a security (takes a symbol, not an order_id): security name, last price, board lot sizes (buy/sell), price-step (bid_size) table, and channel/authorization info (strategy grant flag, RTH support, supported s...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSecurity symbol, e.g. "700.HK".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
lot_sizeNo
bid_sizesNo
last_doneNo
buy_lot_sizeNo
channel_infoNo
sell_lot_sizeNo
Behavior4/5

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

The read-only and open-world hints already signal this is a safe lookup. The description adds helpful behavioral context by detailing what the response includes, such as price-step tables and authorization/channel info, while clarifying that the lookup is symbol-based rather than order-based. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one dense, front-loaded sentence that communicates purpose, inputs, and output content efficiently. However, it appears truncated mid-sentence ('supported s...'), which slightly reduces polish and completeness.

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?

Given the single parameter, full schema coverage, and read-only annotations, the description is mostly sufficient. It conveys the expected output and usage context well; only the truncated ending prevents a perfect score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the single required parameter with a concrete example ('700.HK'), so baseline coverage is high. The description's added clarification that the tool takes 'a symbol, not an order_id' adds real semantic value by preventing confusion with order-based endpoints.

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 explicitly states the tool provides 'pre-trade grid setup info for a security' and enumerates distinct outputs: security name, last price, board lot sizes, price-step table, and channel/authorization info. The phrase 'takes a symbol, not an order_id' also helps distinguish this tool from order-based grid tools like grid_detail.

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 phrase 'pre-trade grid setup info' establishes a clear usage context: use this when setting up a grid trade for a security before submitting an order. The explicit note that it takes a symbol rather than an order_id provides useful direction away from order-specific tools, though it does not name sibling alternatives explicitly.

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