Skip to main content
Glama

Flashalpha Iv

flashalpha_iv
Read-onlyIdempotent

Get an implied-volatility summary for a stock — IV rank and IV percentile (plus current/underlying IV where available). Use to gauge whether options are relatively cheap or expensive. Example: flashalpha_iv({ symbol: "AAPL", _apiKey: "your-key" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesStock ticker symbol, e.g. "AAPL", "TSLA"
_apiKeyYesFlashAlpha API key

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, and the description does not contradict them. The description adds a 'where available' caveat about IV data, but provides no additional behavioral detail such as rate limits, authentication nuances, or output structure.

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?

The description is front-loaded with a precise definition, then a single use-case sentence, then a compact example. Every element earns its place with no filler or redundant restatement.

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?

Given the simple two-parameter, read-only nature of the toolchers annotations, the description explains what is returned and when to use it. It does not detail metric methodology or availability limitations, but that is a minor gap for a summary tool with no output schema.

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?

Schema description coverage is 100%, and both parameters are already well described in the schema. The invocation example adds no meaning beyond what the schema provides, so the description appropriately relies on the schema.

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?

States a specific verb and resource: 'Get an implied-volatility summary for a stock', and enumerates concrete outputs (IV rank, IV percentile, current/underlying IV). This clearly differentiates it from sibling flashalpha tools such as gex, greeks, and levels.

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 clear context for when to use it: 'Use to gauge whether options are relatively cheap or expensive.' It does not explicitly name alternatives or state when not to use it, but the intended use case is unambiguous.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.