Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

get_qhkc_index

Read-onlyIdempotent

Retrieves detailed index data from 奇货可查 (Qihuo Kecha) for commodity indices like black chain, chemicals, and precious metals, including price, volume, margin, profit, and long-short ratio.

Instructions

奇货可查-指数-指数详情 获得奇货可查的指数数据: '奇货黑链', '奇货商品', '奇货谷物', '奇货贵金属', '奇货饲料', '奇货软商品', '奇货化工', '奇货有色', '奇货股指', '奇货铁合金', '奇货油脂' :param url: 网址 :type url: str :param name: 中文名称 :type name: str :return: 指数详情 :rtype: pandas.DataFrame date price volume ... margin profit long_short_ratio 2013-01-04 1000 260820 ... 1130485758 1816940 52.78 2013-01-07 998.244 245112 ... 1132228518 2514410 52.15 2013-01-08 1000.8 318866 ... 1160374489 2981010 51.99 2013-01-09 998.661 247352 ... 1166611242 3904220 52.44 2013-01-10 999.802 161292 ... 1153164771 1448190 52.81 ... ... ... ... ... ... ... 2019-09-24 845.391 881138 ... 1895149977 128379050 48.5 2019-09-25 845.674 715180 ... 1797235248 128788230 48.29 2019-09-26 840.154 1347570 ... 1730488227 137104890 48.44 2019-09-27 834.831 920160 ... 1605342767 143128540 48.77 2019-09-30 831.959 1031558 ... 1521875378 147810580 48.82

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNohttps://www.qhkch.com/ajax/index_show.php
nameNo奇货商品
Behavior3/5

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

Annotations already indicate readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the safety profile is clear. The description adds useful context by showing the return type (pandas.DataFrame) and a sample of the output columns, but does not disclose details like pagination, rate limits, or potential errors. This is above baseline but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the tool's purpose and a list of indices, which is good. However, the large sample data table takes significant space and, while informative, makes the description somewhat verbose. It could be condensed without losing key information.

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 read-only data retrieval tool with no output schema, the description covers the essential aspects: what data is returned (DataFrame with date, price, volume, etc.), which indices are supported, and parameter meanings. Given the annotations cover safety and idempotency, the description is quite complete, though it could benefit from noting the source URL's default and any limitations.

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?

Schema description coverage is 0%, so the description carries the burden. It defines url as '网址' (URL) and name as '中文名称' (Chinese name), and crucially lists all valid name values ('奇货黑链', '奇货商品', etc.), which is essential for correct invocation. The defaults in the schema are also echoed, making parameter usage clear.

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 the tool obtains QHKC index data and lists the specific indices available. It distinguishes itself from unrelated tools, but does not explicitly differentiate from sibling QHKC tools such as get_qhkc_index_trend or get_qhkc_index_profit_loss, so it misses full sibling differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any exclusions or alternative tools for related data (e.g., profit/loss or trend data), leaving the agent to infer usage solely from the tool name and list of indices.

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