Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_a_below_net_asset_statistics

Read-onlyIdempotent

Get historical statistics of stocks trading below net asset value for All A-shares, CSI 300, SSE 50, and CSI 500. Analyze market undervaluation trends to support investment decisions.

Instructions

破净股统计历史走势 https://www.legulegu.com/stockdata/below-net-asset-statistics :param symbol: choice of {"全部A股", "沪深300", "上证50", "中证500"} :type symbol: str :return: 破净股统计历史走势 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo全部A股
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the data source URL and the return type (pandas.DataFrame), which is useful. However, it does not describe any additional behavioral aspects such as data granularity, time range, or potential delays.

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 follows a docstring structure with title, URL, param, and return sections. The phrase '破净股统计历史走势' appears twice (as the heading and the return description), which is mildly redundant, but the document is otherwise free of filler.

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 simple read-only tool with one parameter and no output schema, the description supplies the necessary invocation details: parameter choices, return type, and source URL. The rich annotations cover safety, so the overall context is sufficient for an agent to call the tool correctly, though it lacks guidance on when to prefer this tool over siblings.

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 schema only defines 'symbol' as a string with a default, but the description enriches this by enumerating valid choices: 全部A股, 沪深300, 上证50, 中证500. This directly compensates for the 0% schema description coverage, providing essential information for correct invocation.

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 resource: historical statistics of stocks trading below net asset value. The phrase '破净股统计历史走势' is a noun phrase rather than an explicit verb, but the meaning is unambiguous and the URL supports it. It does not explicitly differentiate from sibling tools like stock_a_all_pb, but the scope is clear enough.

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 vs alternatives. It does not state prerequisites, typical use cases, or scenarios where another tool would be more appropriate. Given the large list of sibling tools, this omission is a notable gap.

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