Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

get_orders

Read-onlyIdempotent

Fetch orders from a broker with optional status filter (open, closed, all).

Instructions

Get orders from a broker, optionally filtered by status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brokerYes
statusNoFilter: open, closed, all

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
ordersNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, which cover safety and repeatability. The description adds no additional behavioral traits beyond what annotations provide, so it is adequate but not enhanced.

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?

A single, front-loaded sentence with no wasted words. Every word contributes to clarity.

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 simple nature of the tool and the presence of an output schema (not shown), the description provides the essential context. It could mention that 'status' values are exactly 'open', 'closed', 'all' (though schema does), and that broker must be connected, but overall it is sufficiently complete for a read-only data retrieval tool.

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 coverage is 50% with only the 'status' parameter having a description. The description reinforces the status filter but does not explain the 'broker' parameter's meaning or accepted values, which is a gap. However, the schema itself partially covers one parameter, so the description adds minimal extra value.

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 verb 'Get', the resource 'orders', and the source 'from a broker'. It also specifies an optional filter by status, making the purpose unambiguous and distinct from other get_* tools that target different resources.

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?

It implies usage for retrieving orders from a broker, optionally filtered, but does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_positions, get_rithmic_live_fills). No when-not-to-use or exclusion criteria are mentioned.

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/AlgoChains/algochains-mcp-server'

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