Skip to main content
Glama
HarryWarre

Crypto Options Desk MCP

by HarryWarre

Analyze Portfolio Strategies

analyze_portfolio_strategies

Identify existing option strategies within a portfolio and analyze their composition, enabling clearer risk assessment and decision-making.

Instructions

Identify and analyze existing option strategies in portfolio

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It states that the tool 'identifies' and 'analyzes', which implies a read-only operation, but it does not disclose whether it modifies anything, what inputs are required beyond the schema, or what the analysis consists of. This is a meaningful gap for a portfolio-level tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise, front-loaded sentence with no wasted words. While it is under-specified overall, the structure itself is clean and readable.

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?

Even though an output schema exists supposedly covering return values, the description leaves key questions unanswered: what portfolio_positions must contain, how strategies are identified, and how this tool differs from the specialized strategy analyzers. An agent could attempt a call but would likely produce incomplete or malformed input.

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

Parameters1/5

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 by explaining the expected structure of portfolio_positions. It does not: it only repeats the idea of portfolio positions without describing required fields, nesting, or format. The single parameter is effectively undocumented beyond its name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Identify and analyze') and names the resource ('existing option strategies in portfolio'). It provides enough general meaning to distinguish this from sibling tools focused on individual strategies, though it does not explicitly enumerate which strategies are detected.

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 guidance is provided about when to use this tool versus alternatives like analyze_straddles, analyze_strangles, or analyze_spreads. The phrase 'in portfolio' implies it operates on portfolio positions, but there are no explicit when-to-use or when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.