Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_shareholder_change_ths

Read-onlyIdempotent

Get shareholder holding change data for A-share stocks from Tonghuashun. Provide a stock symbol to access detailed ownership change records.

Instructions

同花顺-公司大事-股东持股变动 https://basic.10jqka.com.cn/new/688981/event.html :param symbol: 股票代码 :type symbol: str :return: 同花顺-公司大事-股东持股变动 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo688981
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds a source URL and return type (pandas.DataFrame), providing some context, but doesn't mention data freshness, scraping limits, or other behavioral nuances.

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 docstring is compact, containing a title, URL, param, and return lines. It is well-structured but the title and return lines are redundant, and the purpose is stated only implicitly.

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?

The description provides the return type and a source URL, but no column details or data structure. For a DataFrame-returning tool, the agent cannot infer what fields are included, making the description incomplete for robust invocation.

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?

The description includes ':param symbol: 股票代码' (stock code), which minimally clarifies the parameter beyond the schema's type/string. However, it lacks format details, accepted exchange values, or examples beyond the default '688981' already present in the 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 identifies the data source (同花顺/THS) and topic (股东持股变动/shareholder shareholding changes) with a URL. However, it lacks an explicit verb and does not differentiate from sibling tools like stock_share_change_cninfo.

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 alternatives, nor any exclusions or prerequisites. The description only restates the tool's scope without contextualizing its use.

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