Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hot_rank_relate_em

Read-onlyIdempotent

Fetch related stocks from Eastmoney's popularity ranking using a security symbol, helping identify associated equities.

Instructions

东方财富-个股人气榜-相关股票 https://guba.eastmoney.com/rank/stock?code=000665 :param symbol: 带市场表示的证券代码 :type symbol: str :return: 相关股票 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoSZ000665
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds useful detail about the symbol format (market representation) and return type, but discloses no unexpected behaviors, side effects, or limitations beyond what one would assume from a read-only data retrieval tool.

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, using a structured docstring format with separate sections for source URL, parameter, and return. Every line contributes essential information without redundancy or filler.

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?

The tool is simple with one parameter, and there is no output schema, so the description carries the burden of explaining return values. It states the return type is pandas.DataFrame and that it contains related stocks, but it does not detail the columns, data semantics, or any possible variations in the response. Given the missing output schema, this is a notable gap.

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 schema has a single parameter with no description (0% coverage), so the description must compensate. The docstring clearly explains that 'symbol' should be a security code with market representation (e.g., 'SZ000665'), which adds meaning beyond the raw parameter name and default value. It could provide a more detailed format specification, but it is sufficient for a single parameter.

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 resource as 'related stocks' from the East Money individual stock popularity list, which distinguishes it from siblings like stock_hot_rank_em. However, it lacks an explicit verb such as 'retrieve' or 'get', making it a noun phrase rather than a full functional statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through its title and parameter definition (given a symbol, get related stocks), but it does not explicitly mention when to use this tool versus alternatives or provide exclusions. The URL example provides minimal context but no comparative guidance.

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