Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

option_cffex_sz50_daily_sina

Read-onlyIdempotent

Fetch daily market data for SSE 50 Index option contracts from Sina Finance, using a contract symbol like 'ho2303P2350' to get historical daily frequency data.

Instructions

新浪财经-中金所-上证 50 指数-指定合约-日频行情 :param symbol: 具体合约代码(包括看涨和看跌标识), 可以通过 ak.option_cffex_sz50_spot_sina 中的 call-标识 获取 :type symbol: str :return: 日频率数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoho2303P2350
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint as safe, so the description only needs to add extra context. It adds that the tool returns a pandas DataFrame and that symbols include call/put identifiers, but it does not disclose potential rate limits, network dependence, or field contents. This is adequate but not rich.

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 compact, using a standard docstring format with param, type, return, and rtype sections. Every line adds value, with no redundant fluff. The title is informative and the structure is clean.

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 single-parameter tool with rich annotations and no output schema, the description provides enough context: what data it returns, how to get a valid symbol, and the data source. It could provide example symbols or list expected columns, but such detail is not strictly necessary given the tool's simplicity and the cross-reference for symbol discovery.

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%, so the description must explain the parameter. It does so effectively: symbol is described as the specific contract code including call/put indicators, and a method to discover valid values is provided via a cross-reference to another function. The type in the schema is string, and the description adds semantic meaning beyond that.

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's purpose: retrieving daily-frequency market data for a specified SSE 50 index option contract from CFFEX via Sina Finance. The noun phrase '日频行情' and the resource specificity distinguish it from sibling tools like option_cffex_hs300_daily_sina and option_cffex_sz50_spot_sina.

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 implies usage through the '日频' (daily frequency) return type and the title, indicating it is for historical daily data. However, it does not explicitly contrast with spot/list tools or state when not to use this tool. It does provide a helpful pointer for obtaining valid symbol values from option_cffex_sz50_spot_sina.

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