Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

Get Quote

get_quote
Read-onlyIdempotent

Get a market-data snapshot for any specified instrument—stocks, options, futures—by providing its symbol, security type, and optional contract details.

Instructions

Get a market-data snapshot for a fully specified instrument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instrumentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
askNoBest ask price.
bidNoBest bid price.
lastNoLast traded price.
conIdYesIBKR contract identifier.
sourceYesSource or feed identifier, e.g. 'IBKR_REALTIME'.
symbolYesLogical symbol identifier used in the request.
volumeNoSession volume.
askSizeNoAsk size in contracts or shares.
bidSizeNoBid size in contracts or shares.
lastSizeNoLast traded size.
timestampYesTimestamp of the quote in ISO 8601 format.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

The description and annotations align: readOnlyHint and idempotentHint are consistent with the term 'snapshot'. However, the description adds little beyond the annotations about side effects or failure modes.

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?

The description is a single, focused sentence with no redundant wording. It front-loads the action and object clearly.

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 presence of an output schema and read-only/idempotent annotations, the one-sentence description is largely sufficient for typical usage. It could be slightly more explicit about what 'fully specified' entails, but it is not incomplete in a harmful way.

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?

The top-level 'instrument' parameter lacks a direct description, though the nested SymbolSpec definition provides some field-level detail. The phrase 'fully specified instrument' hints at required completeness but does not fully explain which fields are essential for a quote.

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 action ('Get') and the resource ('market-data snapshot') for a fully specified instrument. It is not overly broad, though it does not explicitly distinguish itself from siblings like get_option_snapshot.

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 phrase 'fully specified instrument' loosely implies a precondition but gives no explicit direction on when to use this tool versus alternatives such as get_option_snapshot or resolve_contract. No when-not guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/MrRolie/mm-ibkr-mcp'

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