Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_comment_detail_zhpj_lspf_em

Read-onlyIdempotent

Get historical comprehensive evaluation scores for a specified stock from East Money's 'Stock Reviews' dataset. Returns a pandas DataFrame of past ratings for analysis.

Instructions

东方财富网-数据中心-特色数据-千股千评-综合评价-历史评分 https://data.eastmoney.com/stockcomment/stock/600000.html :param symbol: 股票代码 :type symbol: str :return: 综合评价-历史评分 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo600000
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the source URL and return type (pandas.DataFrame), which is modest extra context. It does not disclose rate limits, pagination, or data content specifics, but with annotations present, the bar is lower and the added value is acceptable.

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 short and front-loaded with the title, followed by a URL and a clean param/return docstring. It has no unnecessary fluff, but the title is repeated verbatim in the description, which is slightly wasteful. Overall it is compact and structured, though not perfectly sharp.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description is the sole source for understanding the return value. It only repeats the title as the return description, which is circular and uninformative. It does not explain what historical rating columns are included, the data granularity, or how the symbol maps to the URL. For a niche Chinese financial data tool, this is insufficient context for an agent to select and use it correctly.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only provides a Chinese label '股票代码' and type 'str', which is redundant with the parameter name and schema type. It does not explain the format (e.g., 6-digit code), how to specify exchange, or what values are valid. This is minimal compensation for a zero-coverage schema.

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 specific data product: 东方财富网-数据中心-特色数据-千股千评-综合评价-历史评分. This distinguishes it from sibling stock_comment_detail tools by specifying the '综合评价-历史评分' subcategory. However, it lacks an explicit verb like 'retrieves' or 'gets', and reads more as a title than a functional statement, preventing a score of 5.

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 provides no guidance on when to use this tool versus alternatives. It does not mention when to choose this over stock_comment_em or other stock_comment_detail_* variants, nor any exclusions or prerequisites. The only context is a URL and parameter documentation, which offer no usage direction.

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