Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

option_premium_analysis_em

Read-onlyIdempotent

Fetches option premium and discount analysis data from Eastmoney's data center, enabling options market research and comparisons.

Instructions

东方财富网-数据中心-特色数据-期权折溢价 https://data.eastmoney.com/other/premium.html :return: 期权折溢价 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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, so the safety profile is covered. The description adds the source URL and return type (pandas.DataFrame), which is useful but does not disclose other behavioral aspects like pagination, freshness, or data scope. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and each part serves a purpose: the title identifies the content, the URL gives the source, and the return annotation states the output type. There is no wasted text, though the content is sparse.

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?

Given zero parameters and a simple data retrieval task, the description is minimally adequate: it names the dataset, provides a source URL, and states the return type. However, it does not elaborate on the DataFrame's columns or the meaning of '折溢价', and lacks context on how this differs from sibling tools.

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 input schema has zero parameters, and the description correctly implies no parameters are needed. Since there are no parameters to document, the baseline of 4 applies.

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 identifies the resource as '期权折溢价' (option premium/discount) from East Money's data center, with a source URL. It names the specific data set and implies retrieval via the return type, but lacks an explicit action verb like 'get' or 'retrieve'.

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?

No guidance is provided on when to use this tool versus the many similar option-related sibling tools (e.g., option_value_analysis_em, option_risk_analysis_em). There is no mention of alternatives or specific use cases.

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