Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_comment_em

Read-onlyIdempotent

Retrieve stock review data from Eastmoney's data center. Access thousand-stock comments for analysis.

Instructions

东方财富网-数据中心-特色数据-千股千评 https://data.eastmoney.com/stockcomment/ :return: 千股千评数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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, so the safety profile is known. However, the description adds only the source URL and return type (pandas.DataFrame), and does not disclose behavioral traits such as the scope of data, whether it covers all stocks, or any potential rate limits. It adds minimal value beyond the annotations.

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

Conciseness2/5

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

The description is extremely terse—just a title, a URL, and return type—but this is under-specification, not concise clarity. It does not front-load a purpose, and the structure (label, link, return) is not an effective description.

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 the tool has no parameters and no output schema, the description must explain what the returned data actually contains. It merely says '千股千评数据' (thousand-stocks thousand-comments data) and that it returns a DataFrame, without naming columns, data coverage, or semantics. This is insufficient for an agent to understand what it will receive.

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 input schema is empty, indicating zero parameters. According to the rubric, 0 params sets a baseline of 4. The description correctly implies no parameters are needed by not mentioning any, so no further parameter-specific explanation is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a label and a URL: '东方财富网-数据中心-特色数据-千股千评' followed by a source link and return type. It does not state a clear action (e.g., 'retrieve', 'fetch') or explain what the tool accomplishes beyond naming a data source. It also does not distinguish itself from sibling tools like stock_comment_detail_*.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus the many similar stock_comment_detail_* siblings, nor any mention of alternatives, prerequisites, or exclusions. The description is purely descriptive with zero usage context.

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