query_trades
Retrieve details of up to 20 trades by their transaction IDs from your Kraken account history.
Instructions
Look up specific trades by id (up to 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | ||
| trades | No |
Retrieve details of up to 20 trades by their transaction IDs from your Kraken account history.
Look up specific trades by id (up to 20).
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | ||
| trades | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden of behavioral disclosure. It only states the action and does not mention any behavioral traits such as read-only nature, authentication requirements, rate limits, or side effects. For a read operation, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 7 words with no unnecessary information. Every word is meaningful, achieving maximum conciseness while conveying the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (2 parameters, no output schema), the description covers the basic purpose but omits details about return values and the use of the second parameter. It is minimally adequate but has clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains the txid parameter (by id) but provides no information about the 'trades' parameter (boolean/null), leaving its purpose unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'look up', the resource 'trades', and the scope 'by id (up to 20)'. This distinguishes it from sibling tools like get_recent_trades or get_trade_history, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving specific trades by ID, but does not provide explicit guidance on when to use this tool versus alternatives. No when-not or alternative tool names are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XavierBeheydt/mcp-kraken'
If you have feedback or need assistance with the MCP directory API, please join our Discord server