Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

futures_settle_czce

Read-onlyIdempotent

Get settlement parameters from the Zhengzhou Commodity Exchange for a specified date. Returns structured data for futures contracts.

Instructions

郑州商品交易所-结算参数 http://www.czce.com.cn/cn/jysj/jscs/H077003003index_1.htm :param date: 结算参数日期 format:YYYY-MM-DD 或 YYYYMMDD 或 datetime.date对象,默认为当前交易日 :type date: str or datetime.date :return: 结算参数数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20260119
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safe read nature is covered. The description adds the source URL and date flexibility, but doesn't disclose return format or any potential quirks. This adds some value beyond annotations without contradiction.

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 and includes the essential information: function purpose, source URL, parameter format, and return type. The multiple date format options could be seen as slightly verbose, but they are valuable for users to know.

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 read-only retrieval tool with one optional parameter, the description covers the main needs: source, parameter format, and default. However, it doesn't describe the data structure beyond saying pandas.DataFrame, which is minor for a data retrieval tool.

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 coverage is 0% for the date parameter, but the description thoroughly documents the date parameter's accepted formats (YYYY-MM-DD, YYYYMMDD, datetime.date) and default behavior. This compensates well for the schema gap.

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 states it retrieves settlement parameters from the Zhengzhou Commodity Exchange (CZCE) with a specific URL, which is a specific verb+resource. It doesn't explicitly distinguish from sibling tools like futures_settle_ine or futures_settle_shfe, but the exchange name in the title and description makes it clear.

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 description implies usage for retrieving CZCE settlement parameters by date, with a default to current trading day. No explicit when/when-not or alternatives are stated, but the domain-specific naming and date parameter provide implied 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