Skip to main content
Glama
ER-EPR

futu-opend-mcp

by ER-EPR

get_option_volatility

Analyze implied and historical volatility for a single option contract. Input an option code and select time periods for query and HV calculation.

Instructions

Option volatility analysis (IV/HV) for a single option contract - 期权波动率/隐含波动率/ IV/HV. Input is an OPTION code (resolve via resolve_option_code first). query_time_period: 1=week 2=month 3=quarter 4=half 5=year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
hv_time_periodNo
query_time_periodNo
Behavior3/5

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

With no annotations provided, the description should disclose more. It hints at a read operation (get) and mentions input constraints, but does not describe return values, side effects, or permissions. Adequate but not comprehensive.

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?

Reasonably concise: two sentences with key info front-loaded. Includes some extraneous Chinese characters, but overall efficient.

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?

Lacks explanation of the missing 'hv_time_period' parameter and what the output contains. For a tool with no output schema and no annotations, this leaves significant gaps in understanding.

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 0%, so the description must compensate. It explains the 'code' parameter (option code) and 'query_time_period' (with mapping), but leaves 'hv_time_period' undefined. Partial coverage.

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?

Clearly states it's for 'option volatility analysis (IV/HV) for a single option contract,' which is specific and distinct from sibling tools like get_option_chain or get_option_quote. The verb 'analyze' is implied, and the focus on volatility is unambiguous.

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?

Explicitly instructs to resolve an option code using resolve_option_code first, and explains the query_time_period mapping. Lacks explicit comparison with alternatives or when-not-to-use, but the prerequisite is valuable context.

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/ER-EPR/futu-opend-mcp'

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