Skip to main content
Glama

China Hot Trending MCP

query_hot_trending

查询各大平台实时热搜/热榜。platform可选weibo/zhihu/bilibili/baidu/toutiao/douyin/tieba/juejin/all(默认),limit单平台条数1-50默认20。数据来自各平台公开接口,缓存5分钟。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
platformNoall

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, but the description proactively discloses data sourcing from public interfaces and a 5-minute cache. It does not explicitly state the absence of side effects, but '查询' implies read-only behavior.

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?

Two concise sentences pack a clear purpose, parameter details, and behavioral notes without redundancy. It is well-structured and front-loaded with the core action.

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?

Given the simple query nature and lack of output schema, the description sufficiently covers what, how, and behavioral context. It omits error handling or rate limits, but these are not critical for a basic read-only tool.

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

Parameters5/5

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

The schema has no parameter descriptions, but the description fully explains both parameters: platform enumerates all options and the default 'all', and limit specifies the numeric range (1-50) and default 20, providing complete semantic coverage.

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 the tool queries real-time hot searches/lists on major platforms, identifies the specific platforms, and distinguishes it from the sibling tool list_platforms by focusing on the query action.

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?

It provides explicit parameter guidance including valid platform values and default, the range for limit and its default. However, it does not explicitly contrast with list_platforms for when to use one vs. the other.

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.

TDQS

A4.2/5.0
Disambiguation5/5

The two tools have completely distinct purposes: one enumerates available platforms, the other retrieves trending data. There is no overlap or ambiguity in selecting between them.

Naming Consistency5/5

Both tools follow the same verb_noun pattern: list_platforms and query_hot_trending. The naming is consistent, descriptive, and predictable.

Tool Count3/5

With only two tools, the server feels minimal. The narrow scope partially justifies this, but it still borders on being too thin for a general-purpose trending server.

Completeness5/5

For the stated purpose of browsing Chinese hot-trending boards, the surface is complete: discover platforms and query trending data across them. No critical operations are missing.