Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_staq_net_stop

Read-onlyIdempotent

Fetch data on STAQ/NET-listed and delisted stocks from East Money's market center, returning a pandas DataFrame for analysis.

Instructions

东方财富网-行情中心-沪深个股-两网及退市 https://quote.eastmoney.com/center/gridlist.html#staq_net_board :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?

With annotations declaring readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, the safety profile is already clear. The description adds the source URL and return type but does not disclose additional behavioral traits such as data freshness, pagination, or potential scraping delays. It adds minimal context 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.

Conciseness4/5

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

The description is compact and front-loaded with the title and URL. It uses a structured docstring format with :return: and :rtype:, which is clear. There is some redundancy (the board name repeats), but overall it is concise without unnecessary elaboration.

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 simple zero-parameter data retrieval tool with strong annotations, the description provides the source and return type but lacks details about the DataFrame's columns, data freshness, or any caveats (e.g., includes only currently listed delisted stocks). The absence of an output schema means the agent cannot know what fields to expect, making this description minimally adequate but not comprehensive.

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, and the baseline for 0 params is 4. The description appropriately does not attempt to explain any parameters, and there is no parameter information to add beyond the schema, which correctly defines an empty object.

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 as the '两网及退市' (two networks and delisted stocks) board from Eastmoney, with a specific URL. It states the return type as pandas.DataFrame, making it evident this is a data retrieval tool for that particular board. Though it lacks an explicit verb like 'fetch' or 'get', the :return: field implies retrieval, and the board name distinguishes it from sibling tools for other boards.

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

Usage Guidelines3/5

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

The description implies usage context by naming a specific board and providing a URL, but it does not explicitly state when to use this tool versus alternatives. No exclusions or alternative recommendations are mentioned, leaving the agent to infer from the board name and sibling tool names that this is for 'two networks and delisted' data.

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