Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

get_bot_bracket_status

Read-onlyIdempotent

Check bracket order status from bot logs: identify mode, stop/target IDs and prices, and detect unprotected positions after entry.

Instructions

Parse the bot log to determine current bracket order status. Returns mode (live/oso_only/none/unknown), stop/target order IDs and prices, and whether the position is unprotected. Critical for detecting missing stops after an entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bot_idYes
Behavior4/5

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

Annotations already confirm safe read (readOnlyHint=true, destructiveHint=false). The description supplements by detailing what the tool computes (mode, order IDs, prices, protection status) and its purpose (detecting missing stops). No contradictions. The description adds meaningful behavioral context beyond the 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 three sentences, front-loaded with the primary action ('Parse the bot log...'). It covers purpose and return values efficiently. A minor improvement could be combining the last two sentences, but overall concise and free of fluff.

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?

The tool has one parameter with enum, no output schema, and moderate complexity. The description explains the return categories (mode, IDs, prices, protection status) and the use case, providing most of what an agent needs to interpret results. However, the exact structure of the response (e.g., JSON fields) is not specified, and for a tool lacking an output schema, slightly more detail on the return format would be beneficial.

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

Parameters2/5

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

Schema coverage is 0%—the schema provides no description. The tool description does not explain the bot_id parameter or its enum values. While the enum values (mnq, cl, mes, nq) are domain-specific, the agent would benefit from explicit clarification that these are bot identifiers for different instruments. The description misses an opportunity to add value.

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 tool parses the bot log to determine bracket order status and lists the return values (mode, order IDs, prices, protection status). It also provides a use case ('critical for detecting missing stops after an entry'), which adds context. However, it does not explicitly distinguish itself from sibling tools like bracket_integrity_check or check_unprotected_positions.

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 only implies when to use ('after an entry') via the phrase 'critical for detecting missing stops after an entry'. There is no explicit guidance on when not to use this tool or mention of alternatives among the many sibling tools. The agent lacks clear decision rules.

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