Skip to main content
Glama
InfernalAzazel

mcp-server-weibo

get_hot_feeds

Retrieve popular posts from a Weibo user by providing their UID. Optionally set a limit for the number of posts returned (default 15).

Instructions

获取微博用户热门动态。

返回: list[dict]: 包含热门动态信息的字典列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes微博用户唯一标识
limitNo返回动态数量上限,默认 15

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states the return type (list of dicts) but omits critical details like access permissions, whether the operation is read-only, ordering of results, or any side effects.

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 very short and front-loaded, but the return format section is unnecessary clutter if an output schema exists. Still, it earns points for brevity.

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?

For a 2-parameter tool with an existing output schema, the description is minimally adequate. However, it lacks explanation of what defines 'hot' or how the results are sorted, which would enhance completeness.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds no extra meaning beyond what the schema provides, landing at the baseline score.

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 tool retrieves 'hot feeds' for a Weibo user, using a 'get' verb and specifying the resource. However, it does not explicitly differentiate from sibling tools like 'get_feeds' or 'get_trendings', which could cause confusion.

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 no guidance on when to use this tool versus its siblings (e.g., get_feeds, get_trendings). There are no context hints or exclusions, leaving the agent to infer usage from the name alone.

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/InfernalAzazel/mcp-server-weibo'

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