Skip to main content
Glama
borgels

mcp-server-saxo

by borgels

Place Multi-Leg Option Order

saxo_place_multileg_order
Destructive

Place a multi-leg option strategy as a single atomic order with one limit price. All legs must share the same option root (underlying and expiry).

Instructions

Place a multi-leg option strategy as one atomic order with a single limit price. OrderType must be Limit. OrderPrice is always positive — the absolute price you are willing to pay (debit) or receive (credit); Saxo infers direction from the legs. All legs must share the same option root (same underlying + expiry). Returns MultiLegOrderId plus per-leg OrderIds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
AccountKeyYes
OrderTypeYes
OrderPriceNo
OrderDurationYes
LegsYes
ManualOrderNo
ExternalReferenceNo
Behavior5/5

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

Adds substantial behavioral context beyond annotations: atomicity, limit-only, price direction inference, leg root constraint, and return value (IDs). No contradiction with readOnlyHint false and destructiveHint true.

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?

Three sentences, front-loaded with purpose, zero wasted words. Each sentence adds essential information.

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?

Explains atomicity, constraints, and return value. But with no output schema, it would benefit from mentioning that OrderDuration types are available (not described here). Still, for a complex tool, covers most essential aspects.

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

Parameters4/5

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

With 0% schema description coverage, description adds meaning to OrderPrice (positive, absolute), OrderType (must be Limit), Legs (same root). But AccountKey, OrderDuration, ManualOrder, ExternalReference get no extra semantics. Still compensates for key parameters.

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 tool places multi-leg option orders as atomic transactions with a single limit price, distinguishing it from siblings like saxo_place_order (likely single-leg) and saxo_precheck_multileg_order (precheck only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides constraints (Limit only, price positive, same root) that guide when to use, but doesn't explicitly state when not to use or name alternatives. Sufficient for knowledgeable user.

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/borgels/mcp-server-saxo'

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