Skip to main content
Glama

social-pulse

whats_being_said

Top recent posts and the dominant discussion THEMES for a query across Reddit + Hacker News. Use to quickly understand 'what are people saying about X' — the actual posts plus the co-occurring themes/angles. Each post carries score, comments, sentiment and a link. Live data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLook-back window in days (default 14).
limitNoMax posts (default 12).
queryYesWhat to look up, e.g. 'vision pro returns' or 'rust vs go'.
subredditNoOptional: restrict the Reddit side to one subreddit.

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are provided, so the description must fully convey behavior. It states the tool returns live data and details per-post fields (score, comments, sentiment, link). It also implies a read-only operation. While it does not cover every aspect (e.g., rate limits, data freshness beyond 'live'), the description is sufficiently transparent for simple usage.

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 three sentences, each serving a distinct purpose: stating the functional scope, providing a usage scenario, and detailing output fields. It is front-loaded with the essential information and contains no redundant or unnecessary text.

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 no output schema, the description provides a good overview of the return values (posts with scores, comments, sentiment, links, plus themes). It adequately covers the tool's complexity for an agent to understand what it returns. However, it lacks details on how themes are represented or structured, which could be helpful for full completeness.

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 coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema; it only provides an example query format. The parameters (days, limit, subreddit) are adequately documented in the schema, and the description offers no additional context or constraints.

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 states the tool fetches top recent posts and dominant discussion themes for a query across Reddit and Hacker News. The verb 'get' is implied, and the resource is well-defined. However, it does not explicitly distinguish this tool from its siblings (emerging_terms, mention_pulse, trending_topics), though the mention of both posts and themes across two platforms provides some implicit differentiation.

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 description includes a usage phrase: 'Use to quickly understand what are people saying about X.' This gives a clear context for when to use the tool. However, it does not provide any explicit when-not scenarios or comparisons with alternative tools, leaving the agent to infer applicable use cases.

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