Skip to main content
Glama
maimai-hqw

ashare-mcp

by maimai-hqw

get_all_stock

Retrieve all securities and their trading status for any trading day. Returns stock codes, names, and trade status (trading or halted).

Instructions

All securities and their trading status on a given day (default: latest trading day). day format 'YYYY-MM-DD'. Fields: code, tradeStatus (1可交易/0停牌), code_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNo
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as read-only nature, authentication requirements, rate limits, or potential side effects. This is a significant gap for a tool that retrieves data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is concise with two sentences, front-loading the purpose and including necessary details (format, fields). Every sentence adds value without redundancy.

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?

Given the tool's low complexity (1 optional parameter, no output schema) and numerous siblings, the description is largely complete. It explains the parameter, default, and output fields, but could be improved by explicitly stating the read-only nature.

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 has 0% description coverage for parameters, but the description compensates by explaining the 'day' parameter format ('YYYY-MM-DD') and its default behavior (latest trading day). This adds meaningful context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'get all securities and their trading status' and specifies the resource 'on a given day'. It distinguishes from siblings by focusing on trading status of all securities, which is unique among the listed tools.

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 for retrieving trading status of all securities on a given day, with default to latest day. However, it does not explicitly state when to use this tool versus alternatives like get_stock_basic or get_hs300_stocks, nor does it provide exclusions or conditions.

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/maimai-hqw/ashare-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server