Skip to main content
Glama
staskh

trading-skills

by staskh

spread_vertical

Analyze vertical option spreads (bull/bear call/put) by providing symbol, expiry, option type, and long/short strikes to assess risk and reward.

Instructions

Analyze vertical spread (bull/bear call/put spread).

Args: symbol: Ticker symbol expiry: Expiration date (YYYY-MM-DD) option_type: 'call' or 'put' long_strike: Strike price for long leg short_strike: Strike price for short leg

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expiryYes
symbolYes
long_strikeYes
option_typeYes
short_strikeYes
Behavior2/5

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

Since no annotations are provided, the description carries the full burden for behavioral disclosure. It only says 'Analyze' implying a read-only operation, but lacks details on return format, potential side effects, rate limits, or any special requirements. The parameter list touches on argument semantics but does not cover behavior.

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 concise and front-loaded with the purpose, followed by a structured argument list. It is appropriately sized for the tool, with no redundant fluff, though the argument list could be formatted with a table or bullet points for readability.

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?

The tool has 5 parameters and no output schema, so the description should explain what analysis results are returned, how to interpret them, and when to use it relative to other spread tools. None of that is present, making the description barely minimally viable for an agent to invoke correctly.

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?

Schema coverage is 0%, so the description's parameter list is essential. It provides brief but clear meanings for all 5 parameters, including format for expiry and enum for option_type. This adds value beyond the bare schema, though it could enrich strike price descriptions with ordering relationships.

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 states 'Analyze vertical spread' which clearly identifies the operation and resource. It distinguishes from sibling tools by specifying the spread type (vertical vs diagonal, straddle, etc.), though it could be more explicit about the analysis output.

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?

There is no guidance on when to use this tool versus alternatives. With over 30 sibling tools including other spread strategies, the description provides no decision context or exclusions, leaving the agent to infer applicability.

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/staskh/trading_skills'

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