Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

Get Agent Profile

get_agent_profile
Read-onlyIdempotent

Retrieve the active trading agent profile and its constraints; pass a profile_id to fetch a specific profile instead.

Instructions

Load and return the active agent trading profile with its constraints. Use profile_id to fetch a specific profile, or omit to load the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoHuman-readable notes.
sourceNoFile path or 'builtin_default'.
profileIdYesProfile identifier.
descriptionNoHuman-readable description.
allowOptionsNoWhether options trading is permitted.
maxDailyLossNoDaily loss limit (negative value).
allowedSymbolsNoSymbol allowlist (null = all).
blockedSymbolsNoBlocked symbols.
maxDailyOrdersNoMax orders per day.
maxOrderQuantityNoMax quantity per order.
allowShortSellingNoWhether short selling is permitted.
allowedOrderTypesNoPermitted order types.
maxPositionSizePctNoMax position size as % of net liquidation.
maxPositionNotionalNoMax position notional in USD.
allowedSecurityTypesNoPermitted security types.
requireTradeApprovalNoWhether Telegram approval is required before placing trades.
requireLiveTradingApprovalNoWhether Telegram approval is required to unlock live trading.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description need not repeat that. It adds value by clarifying that the profile is the 'active' one and that it includes constraints, which gives the agent a fuller picture of what to expect beyond the raw schema. No contradictions.

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 sentences with zero redundancy. The core purpose is stated first, followed by a compact parameter usage note. Every word earns its place; there is no fluff or repetition.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter), the existing output schema (which will document return values), and the safety annotations, the description covers everything an agent needs to call it correctly. No critical details are missing.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must carry the full burden for the single parameter. It clearly explains that profile_id fetches a specific profile and that omitting it loads the default. This directly compensates for the sparse schema, exceeding the baseline requirement.

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 states a specific verb (load and return), a clear resource (agent trading profile), and adds the qualifier 'with its constraints.' It is distinct from the sibling tools like get_trade_intent or get_account_summary, and no ambiguity exists about what it retrieves.

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?

The description gives parameter-level guidance (use profile_id or omit for default), but it does not explicitly state when to choose this tool over alternatives. Since no sibling tool directly overlaps (e.g., a 'list_profiles' or 'get_profile' does not exist), the lack of exclusion criteria is acceptable, but the guidance is not fully explicit.

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