Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

List Trade Intents

list_trade_intents
Read-onlyIdempotent

List recent trade intents with optional status filtering to review order history and track pending or completed transactions.

Instructions

List recent persisted trade intents with optional status filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesNumber of intents returned.
intentsNo

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 annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds no extra behavioral details (e.g., side effects, errors), but it does not contradict the annotations either.

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, efficient sentence that conveys the essential purpose without extraneous words. It is well-structured and immediately understandable.

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

Completeness3/5

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

For a simple list operation, the description provides the core intent but lacks contextual details such as the output format, pagination behavior, or relationship to other list operations. It is minimally adequate but not richly contextual.

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?

The schema has two parameters (limit and status) with no per-parameter descriptions. The description mentions only 'status' filtering, leaving 'limit' unexplained and the allowed values or format of status unspecified. Parameter coverage is incomplete.

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 clearly states the action (list), the resource (trade intents), and specific modifiers (recent, persisted) along with an optional filter (status). This uniquely identifies the tool among siblings like create_trade_intent and get_trade_intent.

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 is given on when to use this tool versus alternatives. While it is clear as a listing operation, there is no mention of when to prefer it over get_trade_intent or list_open_orders, nor any indication of constraints or prerequisites.

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