Skip to main content
Glama

zsxq_topics

Fetch recent posts from a ZSXQ (知识星球) paid community by providing the group ID. Choose how many posts to retrieve and optionally filter for posts by the community owner only.

Instructions

获取知识星球 (ZSXQ) 付费社群最新帖子。

纯 REST API,无需浏览器,只需 cookie。 Cookie 文件: ~/.cn-scraper-cookies/zsxq.json (需要 zsxq_access_token)

并发安全: ✅ 纯 HTTP/REST API,无共享状态,任意并发调用安全。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo获取帖子数量 (默认 5)
group_idYes星球 ID (数字,如 "28888555451")
owner_onlyNo只看星主帖子 (默认 False)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses key behavioral traits: pure HTTP/REST API, no shared state, concurrency safe, and cookie-based authentication. However, it does not address potential errors, rate limits, or read-only nature explicitly.

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 description is concise with clear line breaks separating purpose, technical details, and safety note. Every sentence adds value, and the most important information (purpose) is front-loaded.

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?

Given the tool has an output schema (not shown) and 3 parameters fully described, the description covers the basics (purpose, technical requirements, concurrency). However, it lacks details on pagination, error handling, or what happens with invalid group IDs, which is expected for a scraping tool.

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

Parameters3/5

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

Input schema coverage is 100%, so baseline 3 applies. The description adds no new parameter-level information; it only provides context on cookie authentication which is outside parameter semantics.

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 it retrieves the latest posts from ZSXQ paid community with a specific verb ('获取'). It distinguishes from the sibling 'zsxq_article' by name, but does not explicitly compare usage contexts.

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 description provides environment details (cookie file, concurrency safety) but lacks guidance on when to use this tool versus siblings like 'zsxq_article', or when not to use it. No exclusions or alternatives are mentioned.

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/goesByhc/cn-scraper-mcp'

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