Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

get_qhkc_index_trend

Read-onlyIdempotent

Get large capital movement data for Qihuo Kecha indices, including broker money flow, grades, and open orders. Analyze trends across commodity futures indices such as black chain, chemicals, and metals.

Instructions

奇货可查-指数-大资金动向 获得奇货可查的指数数据: '奇货黑链', '奇货商品', '奇货谷物', '奇货贵金属', '奇货饲料', '奇货软商品', '奇货化工', '奇货有色', '奇货股指', '奇货铁合金', '奇货油脂' :param name: None :type name: str :param url: 网址 :type url: str :return: 大资金动向 :rtype: pandas.DataFrame broker grade money open_order variety 中金期货 B -3.68209e+07 3.68209e+07 沪金 浙商期货 D -25845534 25845534 沪银 永安期货 A -25614000 25614000 沪银 招商期货 D -23517351 23517351 沪银 海通期货 A 21440845 21440845 沪金 美尔雅 D 21370975 21370975 沪金 中原期货 C -21204612 21204612 沪银 国投安信 A -1.52374e+07 1.52374e+07 沪银 中信期货 C 1.50941e+07 1.50941e+07 沪银 海通期货 A -1.47184e+07 1.47184e+07 沪银 方正中期 E -1.31432e+07 1.31432e+07 沪银 东证期货 D -1.283e+07 1.283e+07 沪银 一德期货 A 1.24973e+07 1.24973e+07 沪银 国投安信 A -11602860 11602860 沪金 国泰君安 B -1.09363e+07 1.09363e+07 沪金 华安期货 D -9.99499e+06 9.99499e+06 沪金 南华期货 B -9.23675e+06 9.23675e+06 沪银 国贸期货 B 8.55245e+06 8.55245e+06 沪银 道通期货 C 8527675 8527675 沪金 招商期货 D -7.85457e+06 7.85457e+06 沪金 东方财富 E -7.58235e+06 7.58235e+06 沪银 五矿经易 A 6.95354e+06 6.95354e+06 沪银 银河期货 B 6.84522e+06 6.84522e+06 沪银 国贸期货 B 6731025 6731025 沪金 平安期货 D -6710418 6710418 沪银 上海中期 C 6628800 6628800 沪金 中信期货 C -6345830 6345830 沪金 银河期货 B -6126295 6126295 沪金 华泰期货 A -5.96254e+06 5.96254e+06 沪金 招金期货 E -5.53029e+06 5.53029e+06 沪银 东证期货 D -5.47486e+06 5.47486e+06 沪金 光大期货 C -5334730 5334730 沪金 广发期货 D 5.31904e+06 5.31904e+06 沪金 国信期货 D -5.05211e+06 5.05211e+06 沪金

Input Schema

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

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive. The description adds no behavioral traits beyond the available indices and sample output; it doesn't mention rate limits, authentication, or side effects. It doesn't contradict annotations, so a baseline 3 is appropriate.

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

Conciseness2/5

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

The description starts with purpose and valid names, but then includes a large 30-row sample DataFrame and docstring boilerplate, making it unnecessarily long. The 'param name: None' line is confusing and adds noise.

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 tool, the description provides enough to call it with the default url and a chosen name from the list, and the sample shows the expected output. However, it doesn't explain the meaning of 'open_order', whether the data is historical or current, or how the 'trend' in the name relates to the snapshot output.

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 has no descriptions (0% coverage). The description adds value by listing the valid values for 'name', but 'url' is only described as '网址' (web address), adding no semantics. Defaults are provided in schema. Partial compensation for missing schema descriptions.

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 it retrieves QHKC index data for '大资金动向' (big capital flow) and enumerates the valid index names. It distinguishes itself from generic index tools by its specific focus on capital movement, though it doesn't explicitly name sibling tools.

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 explicit when-to-use or alternatives are provided. The description implies usage by listing the available index names, but doesn't explain when to choose this tool over sibling tools like get_qhkc_index_profit_loss or get_qhkc_fund_position.

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