Skip to main content
Glama
CNQQC

xueqiu

by CNQQC

get_post

Retrieve a Xueqiu post's full text and top comments by providing its ID or link. Specify comment count and whether to include comments for focused analysis.

Instructions

按帖子 ID 取全文及热门评论。ID 可从讨论列表或热帖列表中获得。

Args: post_id: 帖子数字 ID,或完整帖子链接 with_comments: 是否附带评论 comment_count: 评论条数,最多 30

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
comment_countNo
with_commentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description must carry the full burden of disclosing behavior. It states it fetches full text and comments, implying a read operation, but it doesn't explicitly confirm read-only, mention any authentication requirements, or note limitations like failure modes or rate limits. It also doesn't explain what happens with the 'with_comments' toggle beyond the schema default. Given no annotation coverage, this is a notable gap.

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 and well-structured: a one-sentence overview followed by a clear Args list. No fluff or redundant information. The main purpose is immediately stated, and parameters are explained in a compact bullet-like format. Every sentence adds value.

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?

There is an output schema, so return-value details are not needed in the description. The description covers the core function and parameter semantics, but it lacks guidance on when to choose this tool over sibling tools, nor does it mention any side effects or prerequisites. For a relatively simple fetch tool, this is adequate but not comprehensive, especially given the many sibling tools in the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must compensate, and it does well. The Args section explains post_id can be a numeric ID or a full link, with_comments controls whether comments are included, and comment_count has a max of 30 – none of this is in the schema. This provides critical semantic guidance that the schema alone lacks, so a high score is warranted.

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 function: '按帖子 ID 取全文及热门评论' (get full text and popular comments by post ID). It identifies the resource (post), the operation (fetch), and the scope (full text + comments). While it doesn't explicitly contrast with siblings like get_hot_posts or search_posts, the name and the description are unambiguous enough that an agent can infer its role, especially with the hint that IDs come from discussion or hot-post lists.

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 provides implicit usage context: it says the ID can be obtained from a discussion list or hot-post list, which suggests when one might have a post ID at hand. However, it doesn't explicitly state when to choose this over alternatives like search_posts or get_user_posts, nor does it give exclusions. This is more than no guidance but less than explicit recommendations, so a 3 is appropriate.

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