Skip to main content
Glama
ER-EPR

futu-opend-mcp

by ER-EPR

get_option_quote

Retrieve real-time option snapshots and Greeks for multiple legs. Specify code, action (BUY/SELL), and quantity per leg.

Instructions

Get option snapshot/Greeks for one or more legs - 期权快照/期权实时行情/多腿Greeks. legs: [{code, action: BUY|SELL, quantity}]. NOT for combo bid/ask - use get_option_strategy_analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
legsYes
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It states the tool retrieves snapshot/Greeks, implying read-only, but does not explicitly confirm read-only nature, mention rate limits, authentication needs, or data freshness. It adds the legs format but lacks deeper behavioral context.

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 concise, using two sentences to convey purpose, parameter format, and exclusion. It is front-loaded with the main action and efficiently covers key points without extraneous content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has one complex parameter and no output schema or annotations. The description adequately explains the input format and usage boundaries, but it does not describe the return structure or constraints on legs (e.g., max quantity). Given the complexity, more detail on output would improve completeness.

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

Parameters5/5

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

The input schema for 'legs' is minimal (array of objects with additionalProperties true) and has 0% description coverage. The description compensates by specifying the exact structure: {code, action: BUY|SELL, quantity}, providing crucial meaning beyond 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?

The description clearly states the tool's purpose: 'Get option snapshot/Greeks for one or more legs.' It specifies the resource (option snapshot/Greeks) and the action (Get), and distinguishes from the sibling tool 'get_option_strategy_analysis' for combo bid/ask. The Chinese translation reinforces purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when NOT to use this tool ('NOT for combo bid/ask') and provides an alternative ('use get_option_strategy_analysis'), offering clear usage guidance. This helps an AI agent avoid misapplication.

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