Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

futures_gfex_position_rank

Read-onlyIdempotent

Fetch daily trading and position rankings from Guangzhou Futures Exchange for specified dates and commodity codes. Provides ranking data for market analysis.

Instructions

广州期货交易所-日成交持仓排名 http://www.gfex.com.cn/gfex/rcjccpm/hqsj_tjsj.shtml :param date: 开始日期; 广州期货交易所的日成交持仓排名从 20231110 开始 :type date: str :param vars_list: 商品代码列表 :type vars_list: list :return: 日成交持仓排名 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20231113
vars_listNo
Behavior4/5

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

Annotations already indicate a read-only, idempotent operation. The description adds useful context beyond annotations, such as the date availability constraint (start from 20231110) and the return type as pandas.DataFrame. No contradiction with annotations.

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 compact, using a standard docstring format with title, URL, and parameter documentation. It is front-loaded with the title and each line serves a purpose, though the URL line adds minor extra noise.

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 two-parameter tool, the description includes the source URL, date availability, and return type. It lacks details about DataFrame columns or behavior when parameters are omitted, but the tool is straightforward and the annotations cover safety aspects.

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

Parameters3/5

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

Schema descriptions are absent (0% coverage), so the description must compensate. It provides basic meanings for both parameters: date is the start date with data availability noted, and vars_list is a list of commodity codes. However, it does not clarify optionality, accepted code formats, or the ambiguity of 'start date' possibly implying a range rather than a single date.

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 Guangzhou Futures Exchange daily trading position ranking data, with a specific source URL and return type. It distinguishes from sibling tools by explicitly naming GFEX, unlike futures_dce_position_rank for DCE.

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 provides clear context: it is for GFEX daily position rankings and notes that data is available only from 20231110. However, it does not explicitly mention alternatives or when not to use this tool, so it falls short of a 5.

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