Skip to main content
Glama
WloBy-Labs

ZhihuMCP

by WloBy-Labs

zhihu_list_comments

Read-only

Fetch top-level comments from Zhihu posts or articles with pagination. Use the returned next_cursor to load subsequent pages until has_more is false.

Instructions

分页读取知乎想法或专栏文章的一级评论。首页不传 cursor;用返回的 next_cursor 取下一页,has_more=false 表示读完。楼中楼回复请用 zhihu_list_replies。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes知乎想法或专栏文章链接
limitNo每页条数,默认 20(接口上限 20)
cursorNo上一页返回的 next_cursor,首页省略
Behavior4/5

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

The annotation readOnlyHint=true already discloses the safe read-only nature. The description adds meaningful behavioral context beyond that: how pagination works (cursor, next_cursor, has_more), and that only top-level comments are returned. It does not mention auth needs or rate limits, but the annotation lowers this burden.

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 exceptionally concise: two sentences, front-loaded with the main action, and every sentence carries necessary information. No filler or redundant restatement of the tool name.

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?

For a 3-parameter read-only tool with no output schema, the description adequately covers the key usage complexity: pagination protocol, stopping condition, and the distinction between first-level and nested comments. It could have briefly described the overall response shape, but it does mention next_cursor and has_more, which covers the essential return guidance.

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 100% with descriptions for all parameters, so baseline is 3. The description adds value by explaining the cursor relationship (return next_cursor from previous page) and the '首页不传 cursor' rule, which is not fully obvious from the schema alone. The limit and url semantics are already in the 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 clearly states a specific action ('分页读取' - paginated read) on a specific resource ('知乎想法或专栏文章的一级评论' - first-level comments on Zhihu ideas or column articles). It also distinguishes itself from the sibling tool 'zhihu_list_replies' by explicitly noting that nested replies belong to that tool.

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

Usage Guidelines5/5

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

Explicit when-to-use guidance is provided: use for first-level comments, and use zhihu_list_replies for '楼中楼回复' (nested replies). Pagination usage is clearly specified with instructions about cursor: '首页不传 cursor;用返回的 next_cursor 取下一页,has_more=false 表示读完.'

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/WloBy-Labs/ZhihuMCP'

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