Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

option_vol_shfe

Read-onlyIdempotent

Retrieve daily options market data for Shanghai Futures Exchange commodities. Specify trade date and symbol to access structured records for analysis.

Instructions

上海期货交易所-期权-日频行情数据 https://www.shfe.com.cn/reports/tradedata/dailyandweeklydata/ :param trade_date: 交易日 :type trade_date: str :param symbol: choice of {'原油期权', '铜期权', '铝期权', '锌期权', '铅期权', '螺纹钢期权', '镍期权', '锡期权', '氧化铝期权', '黄金期权', '白银期权', '丁二烯橡胶期权', '天胶期权'} :type symbol: str :return: 日频行情数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo铝期权
trade_dateNo20250418
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the source URL and return type (pandas.DataFrame) but does not disclose other behavioral traits like rate limits, pagination, or the exact content of the returned data beyond the generic '日频行情数据'.

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 reasonably concise and well-structured: a brief title, source URL, and clear parameter/return documentation. It front-loads the key purpose. However, it repeats the title already present in the annotations, which is a minor redundancy.

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?

With no output schema, the description should clarify what the returned DataFrame contains (columns like open, high, low, close, volume, open interest). It only says 'daily market data', which is sufficient for high-level selection but incomplete for understanding the exact data shape. The parameter and safety context are adequately covered.

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 description coverage is 0%, but the description compensates by listing all valid symbol choices (e.g., 铝期权, 铜期权) and explaining that trade_date is a trading day. It adds meaning beyond the bare property names and defaults, though it does not specify the date format (implied by the default '20250418').

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 clearly states the tool provides Shanghai Futures Exchange option daily market data, with a specific resource (SHFE options) and frequency (daily). It is distinct from siblings like option_vol_gfex (GFEX) and option_hist_shfe, though it lacks an explicit verb such as 'get' or 'fetch', relying on the noun phrase '日频行情数据'.

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. It does not specify when this option data source is preferred, nor does it exclude cases or mention sibling tools that might be more appropriate. The description only states what data it returns, not how to choose it.

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/kevynf/akbridge'

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