Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zt_pool_previous_em

Read-onlyIdempotent

Retrieves the previous trading day's limit-up stock pool from East Money's market center, returning detailed data for stocks that hit the daily price ceiling. Useful for analyzing market strength and tracking momentum.

Instructions

东方财富网-行情中心-涨停板行情-昨日涨停股池 https://quote.eastmoney.com/ztb/detail#type=zrzt :param date: 交易日 :type date: str :return: 昨日涨停股池 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20240415
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the source URL and return type but no additional behavioral context (e.g., data freshness, empty results, or format assumptions). It does not contradict 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, includes the source URL, and uses a clear docstring-style format. It avoids unnecessary verbosity, though the title and return line are somewhat redundant.

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

Completeness2/5

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

There is no output schema, and the description only repeats the tool name for the return value ('昨日涨停股池') without describing the DataFrame's columns or content. The ambiguity between the 'date' parameter and the word 'previous' is unresolved, leaving the agent uncertain about what data to expect.

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 has no description for 'date', so the description's ':param date: 交易日' and ':type date: str' provide basic meaning. However, it lacks specifics on the expected format (though the default suggests YYYYMMDD) and the relationship between the given date and the 'previous' day, which is a key semantic gap.

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 states the tool retrieves '昨日涨停股池' (yesterday's limit-up stock pool) from East Money, which is a specific resource. However, it does not explicitly differentiate itself from the many sibling stock_zt_pool_* tools, though the name 'previous' hints at the distinction.

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?

There is no guidance on when to use this tool versus the numerous sibling limit-up pool tools (e.g., stock_zt_pool_em, stock_zt_pool_strong_em). The description only mentions a date parameter but does not explain the intended context or alternatives.

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