Skip to main content
Glama
selvakumarEsra

ibkr-mcp-server

get_quote

Retrieve real-time bid, ask, last price, and volume for a security using its symbol and optional contract details.

Instructions

Snapshot bid/ask/last/volume.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
currencyNoUSD
exchangeNoSMART
sec_typeNoSTK
primary_exchangeNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It indicates a read-only snapshot but does not specify whether data is real-time or delayed, if market data subscriptions are required, or any other behavioral traits (e.g., error conditions).

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

Conciseness3/5

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

The description is extremely concise (4 words) but at the cost of completeness. It earn its place by stating the output, but could include more critical information without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters, no output schema, and no annotations, the description is massively incomplete. It lacks return value details, parameter explanations, data source info, and any usage context.

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

Parameters1/5

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

Schema coverage is 0% and the description adds no information about the five parameters (symbol, currency, exchange, sec_type, primary_exchange). The description fails to explain defaults or how parameters affect the quote returned.

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 'Snapshot bid/ask/last/volume' clearly states the tool returns a real-time snapshot of key market data fields. It distinguishes itself from sibling tools like get_historical_bars (historical data) and get_account_summary (account-level info).

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 guidance on when to use this tool versus alternatives (e.g., get_historical_bars for historical data, search_symbol for contract details). The description implies use for a quick quote but lacks explicit context or exclusions.

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/selvakumarEsra/ibkr-mcp-server'

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