Skip to main content
Glama
mark-liu

ibkr-mcp

by mark-liu

ibkr_connection_status

Check IB Gateway connection health and configuration, returning connection state, managed accounts, market data type, and market hours status.

Instructions

Check IB Gateway connection health and configuration.

Returns connection state, managed accounts, market data type, market hours status, and cache statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Without annotations, the description carries full burden. It discloses the return values (connection state, managed accounts, market data type, etc.), indicating a read-only diagnostic operation. However, it does not explicitly state that it is non-destructive or that no side effects occur, though this is implied.

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?

Two clear sentences with no extraneous information. The purpose is front-loaded, and the return values are efficiently listed. Every sentence serves a purpose.

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 no parameters, no annotations, but with an output schema (not shown), the description sufficiently covers the tool's behavior and return content. It lists five key return items, likely matching the schema, making it complete for a connection status check.

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?

No parameters exist, and schema coverage is 100%. The description adds no parameter info (unnecessary). Baseline is 4 for zero-parameter tools, and the description does not detract from this.

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?

Description clearly states the tool checks IB Gateway connection health and configuration, using a specific verb and resource. It distinguishes itself from sibling tools like ibkr_account_summary and ibkr_contract_search which focus on different aspects.

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?

No explicit guidance on when to use this tool versus alternatives, nor any exclusion criteria. The description only states its purpose, leaving the agent to infer usage context.

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/mark-liu/ibkr-mcp'

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