Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

get_cffex_rank_table

Read-onlyIdempotent

Get top 20 member position rankings for China Financial Futures Exchange (CFFEX) contracts. Specify date and contract symbols to retrieve volume and long/short open interest data.

Instructions

中国金融期货交易所前 20 会员持仓排名数据明细 http://www.cffex.com.cn/ccpm/ 注:该交易所既公布品种排名,也公布标的排名 :param date: 日期 format:YYYY-MM-DD 或 YYYYMMDD 或 datetime.date对象 为空时为当天 :param vars_list: 合约品种如RB、AL等列表 为空时为所有商品, 数据从20100416开始,每交易日16:30左右更新数据 :return: 持仓排名 :rtype: pandas.DataFrame :rfield: 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
dateNo20190805
vars_listNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds valuable behavioral context: data starts from 20100416, updates around 16:30 on trading days, and returns a pandas DataFrame. It does not mention auth or error behavior, but these are less critical given the read-only, idempotent nature already annotated.

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 as a docstring with title, URL, a usage note, parameter docs, return type, and field definitions. It is front-loaded with the purpose, and the later sections are clearly labeled. Though somewhat long, every section serves a purpose for a data-heavy tool with no 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, the description compensates fully by listing all return fields with types and Chinese labels. Parameters are explained with formats and defaults, data source and cadence are given, and the dual-ranking note addresses a potential source of confusion. This is sufficient for an agent to select and call the tool correctly.

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?

Input schema coverage is 0%, so the description must carry the full parameter semantics. It thoroughly documents both parameters: date accepts multiple formats (YYYY-MM-DD, YYYYMMDD, datetime.date) and defaults to today; vars_list takes a list of contract codes like RB/AL and defaults to all commodities. It also explains the data timeframe and update frequency, significantly enriching the bare 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 identifies the tool as the CFFEX top 20 member position ranking data, provides the source URL, and notes that both product and underlying rankings are published. This distinguishes it from sibling rank table tools for other exchanges (DCE, SHFE, CZCE) by naming CFFEX specifically, but it lacks an explicit verb phrase.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives practical usage context: parameter formats and defaults (empty date means today, empty vars_list means all commodities), data availability starting from 20100416, and the daily update time. The note about the exchange publishing both product and underlying rankings helps prevent misinterpretation, though it does not explicitly mention when not to use this tool or compare it with sibling exchange rank tools.

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