Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

futures_dce_position_rank

Read-onlyIdempotent

Retrieve daily position ranking data for specified futures products from the Dalian Commodity Exchange by submitting a trading date and product code list.

Instructions

大连商品交易所-每日持仓排名-具体合约 http://www.dce.com.cn/dalianshangpin/xqsj/tjsj26/rtj/rcjccpm/index.html :param date: 指定交易日; e.g., "20200511" :type date: str :param vars_list: 品种列表 :type vars_list: list :return: 指定日期的持仓排名数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20160919
vars_listNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds only the return type (pandas.DataFrame) and a source URL. It does not add details about data freshness, limitations, or caching behavior, but the annotations lower the bar for safety-related disclosure. The added return-type and scope info provide modest value.

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, combining a title line, source URL, and structured param/return docstrings. It avoids unnecessary prose, though the URL placement and the mix of Chinese and English make it slightly less elegant than ideal. Still, every line contributes useful information.

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?

For a simple data-retrieval tool, the description covers the core inputs and output type, but it lacks detail on the returned DataFrame's columns or how this tool fits with the sibling 'futures_dce_position_rank_other'. Since there is no output schema, more explicit return-structure information would improve completeness. The tool is usable but not fully self-explanatory in a broader tool ecosystem.

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?

With 0% schema description coverage, the description does the heavy lifting by explaining 'date' as a specified trading day with a format example ('20200511') and 'vars_list' as a list of varieties. This meaningfully compensates for the bare schema. It does not enumerate all valid varieties but the default list in the schema supplies that context.

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 (DCE daily position ranking) and the focus on specific contracts, with a return statement indicating it fetches ranking data. It names the exchange and data type, and the title '具体合约' helps distinguish it from the sibling 'futures_dce_position_rank_other'. However, it lacks an explicit verb like 'get' or 'retrieve', so it is slightly below a clear 5.

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 alternatives. There is no mention of exclusions, prerequisites, or complementary tools, which is a notable gap given the large set of sibling futures and rank-table tools. The usage must be inferred entirely from the name and description.

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