Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_account_statistics_em

Read-onlyIdempotent

Retrieve stock account statistics from East Money's data center. Use this data to analyze market participation and investor activity trends.

Instructions

东方财富网-数据中心-特色数据-股票账户统计 https://data.eastmoney.com/cjsj/gpkhsj.html :return: 股票账户统计数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the return type (pandas.DataFrame) and the source URL, which are useful details beyond the annotations. However, it doesn't disclose behaviors like data refresh frequency, scope of statistics, or potential delayed updates, which for a simple read-only tool is acceptable but not rich.

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 compact and consists of a titled source, a URL, and a return type annotation. Each element is relevant and there is no redundant fluff. It could be slightly improved by adding a one-sentence summary of the data content, but the current structure is efficient and scannable.

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

Completeness4/5

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

For a parameterless, read-only data retrieval tool with no output schema, the description provides the essential context: what data (stock account statistics), from where (East Money data center), and in what format (pandas.DataFrame). It doesn't enumerate columns or granularity, but these are likely inferable from the tool name and source page. The description is sufficient for an agent to select and invoke the tool correctly.

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 tool has zero parameters, so parameter semantics are trivially complete. The schema is empty and schema coverage is effectively 100%. The description reinforces the return type and data source, which is all that's needed for a parameterless tool. Baseline for 0 params is 4, and no further parameter explanation is required.

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 data source (东方财富网-数据中心-特色数据) and the specific dataset (股票账户统计, stock account statistics). The return type and source URL are provided, making it clear the tool fetches this data. However, the verb is implicit rather than an explicit 'get'/'fetch', and there is no direct differentiation from sibling tools beyond the resource name.

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 offers no guidance on when to use this tool versus the many alternative data-fetching tools in the sibling list. There is no mention of suitable scenarios, exclusions, or alternative tools for similar data. The only contextual clue is the data source and type, which implies a specialized retrieval use case.

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