Skip to main content
Glama
HarryWarre

Crypto Options Desk MCP

by HarryWarre

Get Vanna Analysis

get_vanna_analysis

Analyze how a cryptocurrency price move impacts Vanna exposure and volatility, using Bybit options data to identify dealer hedging and gamma risk.

Instructions

Analyze Vanna exposure and volatility impact from price moves

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.7/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. It only says 'Analyze,' which implies a non-mutating read/computation but does not explicitly disclose side effects, data requirements, or behavioral caveats.

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 sentence with no filler. It is front-loaded and scannable, though its brevity comes at the cost of useful contextual detail.

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?

Despite having an output schema, the description does not explain how base_coin or price_move affect the analysis, what units price_move uses, or when this tool should be selected. The definition is too sparse for reliable tool selection and invocation.

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

Parameters2/5

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

With schema description coverage reported as 0%, the description needed to compensate, but it never names base_coin or price_move. It only hints at 'price moves,' leaving defaults and parameter meaning entirely to the schema.

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 a clear verb ('Analyze') and resource ('Vanna exposure and volatility impact from price moves'). 'Vanna' distinguishes the tool from related siblings like GEX or skew analysis, though it does not explicitly contrast them.

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?

The description gives no guidance on when to use this tool versus alternatives such as get_gex_analysis or get_skew_analysis. No exclusions, conditions, or recommended use cases are provided.

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