Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

option_vol_gfex

Read-onlyIdempotent

Query daily implied volatility for options on industrial silicon and lithium carbonate from the Guangzhou Futures Exchange. Use natural language to get this data for analysis of option pricing and market trends.

Instructions

广州期货交易所-日频率-合约隐含波动率 http://www.gfex.com.cn/gfex/rihq/hqsj_tjsj.shtml :param symbol: choice of choice of {"工业硅", "碳酸锂"} :type symbol: str :param trade_date: 交易日 :type trade_date: str :return: 日频行情数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo碳酸锂
trade_dateNo20230724
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, providing the core safety profile. The description adds the source URL and allowed symbol values, but does not disclose additional behavioral traits such as pagination, rate limits, or error handling. No contradiction with annotations.

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 a compact docstring with a title, source URL, parameter documentation, and return type. Each line serves a purpose with no unnecessary fluff.

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?

For a simple read-only tool with two parameters, the description provides enough to invoke it: data source, parameter semantics, and return type (pandas DataFrame). It does not enumerate output columns, but the implied-volatility context and return type suffice given the simplicity and annotation coverage.

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?

The schema has no descriptions (0% coverage), so the description carries the burden. It adds meaning for both parameters: symbol is limited to {'工业硅', '碳酸锂'} and trade_date is a trading day. However, the exact date format is not explicitly stated, relying on the default value '20230724' to imply YYYYMMDD.

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 identifies the tool as providing daily-frequency contract implied volatility data from the Guangzhou Futures Exchange (广州期货交易所). It specifies the resource (GFEX implied volatility), scope (daily frequency, contracts), and includes a source URL, distinguishing it from sibling tools like option_vol_shfe.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives or provide exclusions. Usage is implied by the title and name (GFEX implied volatility), but no alternative tools are mentioned and no conditional guidance is given.

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