Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

futures_settle_gfex

Read-onlyIdempotent

Retrieves settlement parameters from the Guangzhou Futures Exchange for a specified date. Provide a date to get the corresponding settlement data as a structured dataframe.

Instructions

广州期货交易所-结算参数 http://www.gfex.com.cn/gfex/rjycs/ywcs.shtml :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 declare readOnlyHint, idempotentHint, and destructiveHint false, establishing a safe read-only profile. The description adds the official data source URL and notes that the date parameter defaults to the current trading day, which is useful context. However, it does not disclose behavioral traits such as rate limits, pagination, or the precise structure of the returned data, so the added value beyond annotations is moderate.

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 front-loaded with the purpose. The URL and parameter/return documentation are relevant and directly useful, with no superfluous text. It follows a clean docstring structure that makes the information easy to scan. A slight improvement would be to include a one-line behavior summary, but it is already concise.

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?

The tool is simple with a single optional parameter, and annotations cover the safety profile. The description explains the parameter and specifies the return type as a pandas DataFrame, but it does not describe the columns or fields contained in the returned settlement data. Without an output schema, more detail about the data structure would improve completeness, though the low complexity keeps this from being a critical gap.

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?

The input schema only specifies a string 'date' with a default, but the description compensates by explaining the accepted formats (YYYY-MM-DD, YYYYMMDD, datetime.date), the default of 'current trading day', and the parameter type. This is especially valuable given the 0% schema description coverage, as it provides clear guidance on how to specify the date.

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 identifies the tool as providing '广州期货交易所-结算参数' (GFEX settlement parameters) and includes a source URL, making it clear that it returns settlement data for the Guangzhou Futures Exchange. The return line confirms data output, and the GFEX reference distinguishes it from sibling exchange-specific tools. However, it lacks an explicit action verb like 'retrieve' or 'fetch', relying instead on a noun phrase.

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 usage guidance is provided. The description does not mention when to choose this tool over alternatives such as futures_settle_ine, futures_settle_cffex, or general futures_settle, nor does it discuss applicable scenarios, prerequisites, or limitations. The only contextual hint is the GFEX name, which implies a specific exchange but is not explicitly stated as a usage criterion.

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