Skip to main content
Glama

social-pulse

trending_topics

What is SURGING on Reddit + Hacker News right now. Returns a ranked list of terms/topics by real-time momentum (recency-weighted engagement across newest posts), scoped to a subreddit or overall. Use to answer 'what's trending on r/' / 'what is the internet talking about today'. Live data from Arctic Shift (Reddit) + HN Algolia — no stale snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax trending terms (default 15).
subredditNoLimit to one subreddit, e.g. 'wallstreetbets' or 'r/SaaS'. Omit for overall (Reddit + HN).

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must fully convey behavioral traits. It mentions live data sources, recency-weighted engagement, and absence of stale snapshots. However, it does not disclose potential rate limits, authentication requirements, or what happens on errors. The description covers the core behavior adequately but lacks comprehensive transparency.

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 extremely concise: two sentences covering purpose, scope, use case, and data freshness. Every sentence is informative with no filler. It is front-loaded with the key action ('What is SURGING') and immediately states the output.

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 tool's simplicity (2 optional params, no output schema), the description covers purpose, scope, use cases, and data sources. It explains the algorithm ('recency-weighted engagement') and data freshness. Missing details like pagination or response size limits are minor given the ranked list nature. Overall, it is quite complete for its complexity.

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 baseline is 3. The description reinforces the param meanings (e.g., 'scoped to a subreddit or overall') and adds real-time context, but does not provide additional semantics beyond the schema's parameter descriptions. It marginally adds value but is not necessary for understanding the params.

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 verb (returns), resource (trending topics from Reddit and Hacker News), and scope (subreddit or overall). It provides specific use cases ('what's trending on r/<x>'), distinguishing the tool from generic search. The mention of 'real-time momentum' differentiates it from static lists, and the naming of data sources adds clarity.

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 gives explicit usage context: answering questions about trending topics on Reddit/HN, with ability to scope to a subreddit. It implies when to use (for real-time trends) but does not explicitly state when not to use or list alternatives. However, the sibling tools (emerging_terms, mention_pulse, whats_being_said) suggest complementary functions, but no direct exclusion is provided.

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/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: emerging_terms detects new terms, mention_pulse tracks metrics over time for a specific term, trending_topics shows real-time surges, and whats_being_said provides context and themes. No overlap in functionality.

Naming Consistency3/5

Tool names are in snake_case but vary in structure: 'emerging_terms' and 'trending_topics' follow an adjective+noun pattern, 'mention_pulse' is noun+noun, and 'whats_being_said' is a full phrase. Inconsistency in verb style and pattern reduces predictability.

Tool Count5/5

With 4 tools, the server is well-scoped for social media monitoring. Each tool serves a core function without redundancy, and the count is appropriate for the domain's common use cases.

Completeness4/5

The tool set covers novelty detection, trend tracking, term analysis, and context gathering. Minor gaps exist (e.g., no direct comparison of multiple terms), but agents can work around them by using mention_pulse repeatedly.

Resources