Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

rv_from_futures_zh_minute_sina

Read-onlyIdempotent

Retrieve minute-level futures historical data from Sina Finance by contract and period, returning cleaned OHLC rows indexed by datetime for analysis.

Instructions

从新浪财经获取期货的分钟级历史行情数据,并进行数据清洗和格式化 https://vip.stock.finance.sina.com.cn/quotes_service/view/qihuohangqing.html#titlePos_3 :param symbol: 期货合约代码,如"IF2008"代表沪深300期货2020年8月合约 :type symbol: str :param period: 时间周期,可选{'1','5','15','30','60'}分钟 :type period: str :return: 整理后的分钟行情数据,包含Date(索引),Open,High,Low,Close列 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo5
symbolNoIF2008
Behavior3/5

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

Annotations already declare readOnly=true and destructive=false, so the safety profile is covered. The description adds context about data cleaning/formatting and the returned DataFrame structure (Date, Open, High, Low, Close), which is useful but does not disclose rate limits, error behaviors, or data coverage nuances.

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 structured with a leading sentence followed by a URL and docstring-style param/return sections. The URL is extraneous, but the core content is front-loaded and each section serves a purpose. It is slightly verbose but remains readable and efficiently organized.

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 description covers the essential semantics: data source, processing, parameters, and return format. However, it lacks differentiation from sibling tools like futures_zh_minute_sina, does not mention data range or pagination, and provides no output schema, leaving some ambiguity for an agent deciding between this and related 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?

Schema has no parameter descriptions (0% coverage), so the description carries the full burden. It explains the symbol format with an example (IF2008 for 沪深300 futures August 2020) and lists allowed period values {'1','5','15','30','60'} minutes, adding meaningful semantics beyond the raw schema.

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 fetches minute-level historical futures data from Sina Finance and performs data cleaning/formatting. It specifies the source, data type, and processing step, which distinguishes it from raw retrieval tools like futures_zh_minute_sina, though it does not explicitly name alternatives.

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 mention prerequisites, such as which futures contracts are supported or when the minute-level data would be preferred over daily or real-time data, leaving the agent without explicit usage context.

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