Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_lh_yyb_most

Read-onlyIdempotent

Fetches the ranking of securities business departments by frequency of appearances on the Chinese stock market's Dragon Tiger List. Returns a pandas DataFrame for analysis.

Instructions

同花顺-数据中心-营业部排名-上榜次数最多 https://data.10jqka.com.cn/market/longhu/ :return: 上榜次数最多 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds that the return type is a pandas.DataFrame and that it contains the most-appearances ranking, plus a source URL. It does not disclose additional behavioral traits like pagination or rate limits, which is acceptable given the annotations, but the content is minimal.

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

Conciseness5/5

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

The description is extremely concise: a title line, a URL, and a return type/description. All three elements carry useful information and nothing is redundant. It is well-structured and front-loaded.

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 no-parameter data retrieval tool with rich annotations, the description covers the essentials: source, return type, and the specific ranking metric. While it could offer more context about what the data represents or how it is sorted, the existing information is sufficient for basic use.

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 tool has zero parameters and the schema is empty. The baseline for 0 params is 4, and the description does not need to explain parameter semantics. It appropriately stays silent on parameters.

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 retrieves data about business department rankings by number of appearances on the 龙虎榜 (Dragon-Tiger List) from 同花顺's data center. It specifies the exact metric ('上榜次数最多') and provides a source URL. However, it does not explicitly differentiate this tool from similar siblings like stock_lh_yyb_capital or stock_lh_yyb_control.

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 offers no guidance on when to use this tool versus alternatives. It does not mention any scenarios, prerequisites, or exclusions. The only added context is the source URL, which does not help an agent decide between this and similar ranking tools.

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