Skip to main content
Glama

get_trending_topics

Get what's trending right now in human culture. Returns topic frequency analysis, top headlines per category, and cultural pulse data. Perfect for agents that need to stay current.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeframeNoTime window for trending analysisthis_week

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It conveys that the tool is a read operation returning several categories of trending data, but it discloses no constraints such as freshness guarantees, rate limits, or limits on returned headlines, and 'cultural pulse data' remains vague.

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?

Two sentences, front-loaded with purpose and outputs. The phrases 'human culture' and 'cultural pulse data' add mild redundancy, but the description is efficient overall.

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?

Given a simple single-parameter tool, the description covers basic return types, but it does not guide selection among similar siblings and the absence of an output schema leaves the result shape only vaguely specified. Adequate but with gaps.

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?

The only parameter, timeframe, has 100% schema coverage including an enum and default. The description adds no new meaning about the parameter, so the baseline score of 3 applies.

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 states the verb 'Get' and the resource 'trending topics' and lists concrete outputs: topic frequency analysis, top headlines per category, and cultural pulse data. It is clear but does not explicitly differentiate from sibling get_culture_news, which could plausibly serve similar current-culture needs.

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 line 'Perfect for agents that need to stay current' suggests an audience but does not articulate when to choose this over get_culture_news or search_articles, nor any exclusions. The usage context is only implied.

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