Skip to main content
Glama
borgels

mcp-server-saxo

by borgels

Estimate Vertical Spread Risk

saxo_estimate_vertical_spread
Read-onlyIdempotent

Calculate max loss, max gain, and breakeven for vertical options spreads (BullCall, BearCall, BullPut, BearPut) using strikes, debit, and contracts.

Instructions

Pure math: given side (BullCall/BearCall/BullPut/BearPut), longStrike, shortStrike, debit (negative for credit spreads), and contracts, returns max loss, max gain, and breakeven in account currency, applying the option contract multiplier (100 for US equity options).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideYes
longStrikeYes
shortStrikeYes
debitYes
contractsYes
assetTypeNo
Behavior3/5

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

Annotations already indicate read-only, idempotent, and non-destructive. Description adds context about the option multiplier (100 for US equities) and debit sign convention, but does not mention behavior for invalid parameters or the role of assetType.

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?

Single sentence with no filler; front-loaded with 'Pure math' to convey core nature, and every part adds value.

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?

Covers key outputs (max loss, max gain, breakeven) and important details (multiplier, debit sign), but misses edge-case behaviors (e.g., invalid strike ordering) and the purpose of assetType.

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?

With 0% schema description coverage, description compensates by explaining side enum, debit sign, and multiplier, but fails to explain the optional assetType parameter and ordering constraints between strikes.

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?

Description clearly states 'Pure math' and specifies the tool computes max loss, max gain, and breakeven for vertical spreads, distinguishing it from sibling tools like saxo_compute_spread_quote (for quoting) or saxo_generate_option_strategy_candidates (strategy generation).

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?

Description implies use for pre-trade estimation but does not explicitly state when to use this tool versus others, nor does it provide exclusion criteria or alternatives. Context of 'pure math' suggests it does not use live market data, but no direct guidance.

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