Skip to main content
Glama
CNQQC

xueqiu

by CNQQC

get_hot_stocks

Retrieve stocks ranked by user attention with heat changes for CN, HK, or US markets. Specify market and limit to get top N popular stocks.

Instructions

雪球人气榜:按用户关注热度排序的股票及热度变化。

Args: market: CN A股 / HK 港股 / US 美股 limit: 取前多少名,最多 100

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
marketNoCN

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 carries the full burden of behavioral disclosure. It only states that results are sorted by attention heat and include heat change. It discloses nothing about data freshness, pagination, auth requirements, or whether this is a safe read operation. The description is thin for a tool with zero annotation coverage.

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 purpose is front-loaded in one clear line, followed by a tight Args block. No wasted sentences. It's appropriately compact for a two-parameter tool, though slightly terse given it's the sole carrier of behavioral meaning.

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?

With an output schema present and only two optional parameters, the description adequately documents the parameters and purpose. However, the absence of any usage guidance or behavioral context (read-only nature, heat-change semantics) leaves gaps an agent needs to invoke it confidently. Adequate but not thorough.

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 description coverage is 0%, so the description must compensate, and it does. It maps both parameters to real meaning: 'market: CN A股 / HK 港股 / US 美股' explains valid values the schema only carries as a default string, and 'limit: 取前多少名,最多 100' documents the upper bound. This is genuine value beyond the input schema.

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 states the resource precisely: a Xueqiu popularity leaderboard of stocks ranked by user attention, including heat change. It clearly distinguishes from siblings like get_hot_posts (posts, not stocks) and search_stock (search, not ranking). It lacks an explicit verb but 'get' is in the name, so purpose is unambiguous.

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 Args block documents parameters but provides no when-to-use guidance and no exclusions or alternatives. An agent isn't told when to choose this over search_stock, get_quote, or screen_stocks, nor what scenarios favor a popularity ranking. The market parameter values hint at coverage but don't substitute for routing guidance.

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