Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

futures_contract_detail

Read-onlyIdempotent

Retrieve detailed information for a futures contract by specifying its symbol (e.g., AP2101). Get data such as quotes and contract specifics in a structured format.

Instructions

查询期货合约详情 https://finance.sina.com.cn/futures/quotes/V2101.shtml :param symbol: 合约 :type symbol: str :return: 期货合约详情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoAP2101
Behavior3/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 that the return is a pandas DataFrame and shows a Sina URL, offering source context, but it does not disclose additional behavior such as output columns or rate limits.

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 brief and front-loaded with the main purpose. The embedded docstring and URL slightly reduce clarity, but the overall structure is acceptable for a tool with one parameter.

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?

With no output schema, the description should ideally describe return fields, but it only states the return is a 'pandas.DataFrame' of futures contract details. The example URL adds some context, yet the actual columns and data content remain unspecified, leaving a meaningful gap.

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?

The schema provides no description for 'symbol' (0% coverage). The description calls it '合约' (contract) and includes an example URL with 'V2101', but it does not explain expected formats like the default 'AP2101' or exchange-specific prefixes, providing only minimal compensation for the missing schema documentation.

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 states '查询期货合约详情' (query futures contract details), providing a specific verb and resource. However, it does not differentiate from the similarly named sibling tool 'futures_contract_detail_em', so it lacks explicit sibling distinction.

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 guidance is provided on when to use this tool versus alternatives like futures_contract_detail_em or futures_contract_info_*. The Sina URL hints at a data source, but this is not stated as a selection 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