Skip to main content
Glama
CNQQC

xueqiu

by CNQQC

get_stock_news

Fetch stock-specific news or company announcements by symbol, choosing between news and notices, with pagination controls for up to 30 items per request.

Instructions

个股新闻或公告流。

Args: symbol: 股票代码 kind: news 新闻 / notice 公司公告 count: 条数,最多 30 page: 页码

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNonews
pageNo
countNo
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It states the tool returns a news/announcement feed but does not disclose whether it is read-only, any rate limits, pagination behavior beyond the page parameter, or what happens with invalid symbols. Minimal behavioral disclosure beyond the obvious read operation.

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?

Description is concise with a clear Args list, front-loaded with the purpose. No redundant sentences, each parameter is explained efficiently. Minor formatting choice (code block) is acceptable.

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 moderate complexity (4 params, one required) and the presence of an output schema (so return format is covered elsewhere), the description covers the essential invocation details. Missing are edge-case behaviors or example usage, but overall sufficient for a straightforward data-retrieval tool.

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?

Schema coverage is 0%, so the description must compensate. It explains each parameter: symbol as stock code, kind distinguishing news vs. notice, count with max limit of 30, and page for pagination. This adds meaning beyond the bare schema (which only has defaults and types), though it could be more detailed about possible values for kind.

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?

Description clearly states the tool retrieves individual stock news or announcements (个股新闻或公告流), with parameters distinguishing news vs. notices. It is specific about the resource (stock news/announcements) and distinct from sibling tools like get_stock_discussions or get_hot_posts, though it does not explicitly differentiate itself.

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 on when to use this tool versus alternatives. The description only lists parameters and their meanings, leaving the agent to infer usage context. Does not mention prerequisites, alternative tools, or exclusions.

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/CNQQC/xueqiu-mcp'

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