Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_comment_detail_scrd_desire_em

Read-onlyIdempotent

Retrieves the market participation willingness score for a stock symbol from East Money's Qian Gu Qian Ping data. Provides investor sentiment insights to assess market heat and trading activity.

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, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds that it returns a pandas DataFrame from a specific East Money URL, which implies a web data fetch, but it does not disclose potential rate limits, authentication needs, or data update frequency. 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 well-structured, using a docstring format with source URL, parameter, and return sections. It is front-loaded with the title and contains no unnecessary fluff, though the return line repeats the title wording.

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 one-parameter read-only tool, the description gives the source, parameter, and return type, which is adequate. However, without an output schema, it does not describe the DataFrame's columns or the nature of '市场参与意愿' beyond the label, leaving an agent uncertain about the exact data structure.

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

Parameters3/5

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

The schema provides only a string 'symbol' with a default and no description. The description compensates by explaining that symbol is a stock code (股票代码) and provides an example URL with '600000'. However, it does not specify the expected format (e.g., six-digit with leading zeros) or acceptable exchanges, leaving some ambiguity.

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 fetching East Money's 'market heat - market participation willingness' data for a given stock symbol, with a source URL and return type. It distinguishes itself from sibling stock_comment_detail tools by specifying the data category (desire/participation willingness), though it does not explicitly name alternatives.

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 the many sibling stock_comment_detail tools (e.g., stock_comment_detail_scrd_focus_em). It does not state prerequisites, symbol format requirements, or whether it should be preferred over other market-heat 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