Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

get_rank_table_czce

Read-onlyIdempotent

Retrieve the top 20 member position rankings for Zhengzhou Commodity Exchange futures, including volume, long, and short positions, for any trading date.

Instructions

郑州商品交易所前 20 会员持仓排名数据明细 https://www.czce.com.cn/cn/jysj/ccpm/H077003004index_1.htm 注:该交易所既公布了品种排名, 也公布了标的排名 :param date: 日期 format:YYYY-MM-DD 或 YYYYMMDD 或 datetime.date对象 为空时为当天 :return: 持仓排名数据明细 :rtype: pandas.DataFrame 返回值格式 rank 排名 int vol_party_name 成交量排序的当前名次会员 string(中文) vol 该会员成交量 int vol_chg 该会员成交量变化量 int long_party_name 持多单排序的当前名次会员 string(中文) long_open_interest 该会员持多单 int long_open_interest_chg 该会员持多单变化量 int short_party_name 持空单排序的当前名次会员 string(中文) short_open_interest 该会员持空单 int short_open_interest_chg 该会员持空单变化量 int symbol 标的合约 string var 品种 string date 日期 string YYYYMMDD

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20251103
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context: accepted date formats, default-to-today behavior, the return type as pandas.DataFrame, and a URL pointing to the source. It does not mention rate limits or failure modes, but for a read-only retrieval tool these are less critical.

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 into clearly labeled sections (source URL, note, param, return, return format) and is information-dense. It is somewhat long, but every section adds necessary detail; the field table is valuable given the absence of an output schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and minimal input schema, the description provides a complete field-by-field breakdown of the returned DataFrame, explains the date parameter thoroughly, and notes the exchange-specific behavior (both variety and underlying rankings). This is fully sufficient for an agent to invoke and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only defines 'date' with no further explanation (coverage 0%). The description fully compensates by specifying accepted formats (YYYY-MM-DD, YYYYMMDD, datetime.date) and the default behavior (today if empty), which is essential for correct invocation.

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 states the tool retrieves Zhengzhou Commodity Exchange (CZCE) top 20 member position ranking data, with a specific resource and verb. It distinguishes from sibling rank-table tools (e.g., get_dce_rank_table, get_cffex_rank_table) via the explicit '郑州商品交易所' (CZCE) and top-20 scope.

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 context is implied: the tool is for CZCE ranking data, and the note about both variety and underlying rankings clarifies data granularity. However, it does not explicitly state when to use this tool versus alternatives like get_rank_sum or other exchange rank tables, and no exclusions or alternative tool names are mentioned.

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