Skip to main content
Glama

Hot Topics MCP

get_trending

Real-time trending topics from Weibo/Baidu/Zhihu (China) and Google Trends (US), scored against content tracks with sensitive-topic filtering. Tracks: 亲子教育, AI工具, EN_kids, EN_ai, all, raw.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackNoall
sourcesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses important traits beyond the schema: results are real-time, sourced from specific platforms, scored against content tracks, and passed through sensitive-topic filtering. This gives an agent meaningful expectations about the data transformation, though output format and rate-limit details are absent.

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 compact and front-loaded: the first sentence states the core function, sources, scoring, and filtering; the second lists the tracks. Every sentence earns its place with 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.

Completeness3/5

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

For a read-only trending tool with no output schema and no annotations, the description provides enough to understand what data comes back at a high level, but it omits the result structure, scoring semantics, and how sensitive-topic filtering affects results. An agent could call it correctly but might not know exactly what to expect in the response.

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 0%, so the description must compensate. It lists the track enum values and names the source platforms, which maps usefully to the sources parameter. However, it does not explain the meaning of 'all' vs 'raw', how track interacts with sources, or what values the sources array accepts beyond the platform names.

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 identifies the resource (real-time trending topics) and the exact source set (Weibo/Baidu/Zhihu/Google Trends), which distinguishes it from the sibling get_reddit_intel. It lacks an explicit verb like 'fetches' or 'lists', but the tool name and noun phrase make the purpose obvious.

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

Usage Guidelines3/5

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

The source list and 'real-time' qualifier imply when this tool should be used, and the sibling name suggests get_reddit_intel is the Reddit-focused alternative. However, there is no explicit statement of when to prefer this tool or when an alternative would be better, leaving the routing to inference.

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.