Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_lhb_yytj_sina

Read-onlyIdempotent

Fetches business department statistics from Sina's Dragon-Tiger List for a specified timeframe (5, 10, 30, or 60 days) to analyze trading activity and rankings.

Instructions

龙虎榜-营业部上榜统计 https://vip.stock.finance.sina.com.cn/q/go.php/vLHBData/kind/yytj/index.phtml :param symbol: choice of {"5": 最近 5 天; "10": 最近 10 天; "30": 最近 30 天; "60": 最近 60 天;} :type symbol: str :return: 龙虎榜-营业部上榜统计 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo5
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds a return type (pandas.DataFrame) and the source URL, but discloses no other behavioral traits such as data update frequency, pagination, or potential inconsistencies. This adds some value but does not go beyond annotations in a significant way.

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 appropriately short and follows a structured docstring format (title, URL, param, return). However, the title phrase is repeated in the return line, and the whole description is a series of fragments rather than a coherent sentence, which slightly reduces clarity.

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?

With no output schema, the description does not specify the columns or the precise content of the returned DataFrame. It provides the source URL and parameter semantics, but an agent would be uncertain about what specific statistics are included (e.g., count, amount, rank). Given the single parameter and simple nature, it is minimally adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, symbol, is fully explained in the description with a clear mapping of each value to a specific day range (5→最近5天, 10→最近10天, etc.). Since the input schema has 0% description coverage, the description completely compensates by providing all necessary interpretation context.

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 names the resource (龙虎榜-营业部上榜统计) and provides a direct data source URL, indicating it returns statistics on securities department rankings for the Dragon Tiger List. It distinguishes from other LHB tools by focusing on statistical aggregates, though it lacks an explicit action verb like 'get' or 'fetch'.

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 given on when to use this tool versus alternatives. The parameter choices (5/10/30/60 days) imply time-range selection, but there is no mention of preferred use cases, exclusions, or comparison with other stock_lhb_* 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