Skip to main content
Glama
XavierBeheydt

mcp-kraken

add_order_batch

Add multiple orders for a single asset pair in one API request to batch execute trades.

Instructions

Submit up to 15 orders for the same pair in a single call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYesAsset pair the batch targets.
ordersYesList of order dicts (same fields as `add_order`, but as a list of objects rather than positional parameters).
deadlineNoSend timeout.
validateNoOnly validate — do not submit.
Behavior2/5

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

No annotations are provided, so the description must bear the transparency burden. It only states submission, but lacks details on side effects, permissions, validation behavior (despite 'validate' parameter), rate limits, or failure handling. Minimal behavioral disclosure.

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, well-structured sentence that front-loads the core purpose with no extraneous words. Every part is essential.

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

Completeness2/5

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

With 4 parameters, no output schema, and no annotations, the description should cover return values, error handling, and important behaviors like partial success. It does not mention what the tool returns or how to interpret results, leaving significant gaps for an agent.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value for the 'orders' parameter by referencing 'add_order' fields and clarifying format. Other parameters (pair, deadline, validate) receive no additional clarification beyond schema.

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 specifies the verb 'submit', the resource 'orders', and the constraint 'up to 15 orders for the same pair'. This distinguishes it from sibling tools like 'add_order' (single order) and other batch operations.

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 implies when to use (batch submission of same pair) but does not explicitly state when not to use or compare with alternatives like 'add_order'. The limit of 15 is given, but no guidance on exceeding it.

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/XavierBeheydt/mcp-kraken'

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