Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_lhb_yybph_em

Read-onlyIdempotent

Retrieve broker branch rankings from East Money's Dragon-Tiger List for a selected period (past month, quarter, half-year, year).

Instructions

东方财富网-数据中心-龙虎榜单-营业部排行 https://data.eastmoney.com/stock/yybph.html :param symbol: choice of {"近一月", "近三月", "近六月", "近一年"} :type symbol: str :return: 营业部排行 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo近一月
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the source URL and parameter domain but does not disclose additional behavioral details such as sorting criteria, data freshness, or pagination. No contradiction with annotations.

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 concise and structured in docstring format, listing source, params, and returns without excessive prose. It is front-loaded with the identifying title. Minor fragmentation prevents a perfect score.

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 one-parameter tool with strong annotations, the description provides the source, valid parameter values, and return type. However, it lacks detail on the exact contents of the returned DataFrame (columns, sorting) and does not clarify how '营业部排行' is defined, which may cause ambiguity among the many LHB sibling tools.

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?

Despite 0% schema description coverage, the description explicitly enumerates the allowed values for 'symbol' ({近一月, 近三月, 近六月, 近一年}) and specifies the return type. This adds crucial semantic meaning beyond the bare schema definition, which only has a default value.

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 identifies the tool as the East Money Dragon-Tiger List business department ranking ('营业部排行') and provides the source URL. Although written as a noun phrase rather than a verb phrase, it is unambiguous and distinguishes from siblings like stock_lhb_yyb_capital or stock_lhb_yyb_control by focusing on the ranking aspect.

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 alternative LHB tools. The description simply states the data source and parameter choices, without any contextual cues or exclusions.

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