Skip to main content
Glama
goesByhc
by goesByhc

weibo_comments

Fetch paginated comments for a Weibo post by its unique ID (mid). Pass the mid to retrieve comments, and use max_id to access additional pages.

Instructions

获取微博帖子的评论(支持分页)。需要登录 cookie(SUB token)。

mid 来自 weibo_search 或 weibo_user_timeline 结果中 item 的 id 字段。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
midYes微博帖子 ID
limitNo返回条数 (默认 20)
max_idNo分页游标,从上一页的 next_max_id 字段获取(空 = 第一页)

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 provided, the description carries the behavioral disclosure burden. It discloses the authentication requirement (SUB token) and pagination capability, but does not discuss failure modes, rate limits, or response behavior beyond pagination. This is adequate but not rich.

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 two sentences long, front-loads the core function, and packs authentication and parameter provenance into concise, useful phrases. Every sentence earns its place with no redundancy.

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?

The tool has an output schema, so return-value details are covered elsewhere. The description adequately covers the key contextual gaps: auth requirement, pagination flow, and how to obtain 'mid'. It could mention error cases or what happens without a valid cookie, but for a simple paginated comments endpoint, 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 coverage is 100%, so the baseline is 3. The description adds meaningful context by explaining that 'mid' originates from the 'id' field of items in weibo_search or weibo_user_timeline results, which is not fully captured by the schema's terse '微博帖子 ID' description.

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 '获取微博帖子的评论' (fetch comments of a Weibo post) with a specific verb and resource. It distinguishes itself from siblings like weibo_post (fetches the post itself) and weibo_search (searches posts), leaving no ambiguity about its function.

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 notes the login cookie (SUB token) requirement and instructs that 'mid' comes from the 'id' field in weibo_search or weibo_user_timeline results. This provides clear prerequisites and data flow context, though it does not explicitly mention when not to use the tool or name alternatives.

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