Skip to main content
Glama

SocialDataX 知乎 Zhihu MCP

zhihu_get_hot_list

Read-only

读取知乎热榜,返回当前热榜问题标题、热度、回答数和问题链接。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes当前知乎热榜列表;当前不支持翻页。
pointsYes本次成功调用的积分消耗与调用完成时的账户积分余额。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds that the data is current and enumerates returned fields, but it does not disclose details like ordering, pagination, list size, or potential dynamic behavior beyond 'current'. Given the annotation coverage, 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?

A single succinct sentence that front-loads the action and resource, then specifies the exact return payload. There is no filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no parameters, an output schema present, and annotations covering safety and open-world behavior, the description provides all necessary context for an agent to invoke the tool correctly. Return values are also summarized, so nothing essential is missing.

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?

The tool has zero parameters, so the schema imposes no burden. Baseline for zero parameters is 4, and the description correctly focuses on the output rather than inputs. No additional parameter semantics are needed.

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 verb ('读取', read) and resource ('知乎热榜', Zhihu hot list), and explicitly lists the returned fields: question title, heat, answer count, and link. This clearly distinguishes it from sibling tools like zhihu_search_content or content-detail tools, as it targets the aggregate hot list rather than individual content or user data.

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 makes the context obvious: call this tool to get the current Zhihu hot list. It does not explicitly name alternatives or exclusions, but none of the sibling tools serve the same hot-list purpose, so the intended use is clear without needing to contrast against them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources