Skip to main content
Glama
CNQQC

xueqiu

by CNQQC

get_user_posts

Fetch posts from a specific Xueqiu user by user ID, with pagination controls for count and page. Use this to track and follow an author's viewpoints and discussions.

Instructions

查看某位雪球用户的发帖动态,用于跟踪特定作者的观点。

Args: user_id: 雪球用户数字 ID(见帖子链接 xueqiu.com//) count: 条数,最多 30 page: 页码

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
countNo
user_idYes

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. It only says 'view' (查看), implying a read operation, but it discloses no further behavioral traits such as authentication needs, pagination behavior, rate limits, or how it handles non-existent users. The description is too thin on side effects and constraints.

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 brief and to the point, with the core purpose in the first line and parameter details listed cleanly. Every sentence earns its place; there is no fluff or repetition of schema defaults.

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 it is a simple read/list tool with an output schema present (per context signals), the description covers the essential parameters and purpose. It could mention pagination behavior or ordering, but these are not critical for an agent to invoke the tool correctly. It is sufficiently complete.

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. It does: it explains user_id is a numeric ID (with format hint from the URL example), count has a maximum of 30, and page is a page number. This adds meaningful context beyond the bare 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 states a specific action ('查看' / view) and a precise resource ('某位雪球用户的发帖动态' / a particular XUEQIU user's post activity), and even adds a use case ('用于跟踪特定作者的观点' / for tracking a specific author's opinions). This clearly distinguishes it from sibling tools like get_post (single post) and search_posts (keyword search).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly identifies the purpose: tracking a specific author's views, which tells an agent when to use this tool over generic search or post retrieval. However, it does not mention alternatives or when not to use it, so it stops short of full 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