Skip to main content
Glama

social-pulse

Server Details

Real-time Reddit + Hacker News sensing: trending, mention velocity, sentiment, emerging terms.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 4 of 4 tools scored.

Server CoherenceA
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.

Available Tools

4 tools
emerging_termsAInspect

Newly FIRST-APPEARING terms from our rolling novelty ledger (Reddit/HN newest posts + the 24/7 idea_intel loop). Surfaces words/phrases/tickers we just started seeing — early-signal detection for new products, memes, projects, or narratives. Each row carries a first_seen date + sample.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoOnly terms first seen within N days (default 14).
limitNoMax terms (default 25).
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is non-destructive (a read operation) and mentions output includes 'first_seen date + sample', but does not cover authentication needs, rate limits, or what happens with empty results. It provides basic behavioral context but lacks depth.

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 with no fluff. First sentence defines the tool's source and action, second explains the use case, third notes output fields. It is front-loaded and every sentence earns its place, achieving maximum efficiency.

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 mentions 'first_seen date + sample' which provides minimal return value context. For a two-parameter list tool with good schema coverage and no required params, this is sufficient. However, it could list additional output fields for completeness, but overall it is adequate for an agent to understand the tool's behavior.

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% (both 'days' and 'limit' have descriptions in the input schema). The description repeats those meanings (days for first-seen window, limit for max terms) without adding additional nuance like valid ranges or behavior at defaults. Baseline 3 is appropriate since the schema already fully documents the parameters.

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 returns newly first-appearing terms from a specific novelty ledger, with explicit mention of sources (Reddit/HN, idea_intel loop) and use case (early-signal detection). The verb 'surfaces' combined with the resource 'Newly FIRST-APPEARING terms' makes the purpose specific and distinct from siblings like 'trending_topics' which likely focus on volume rather than novelty.

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 implies usage for early signal detection of new products, memes, etc., but does not provide explicit when-to-use versus alternatives. Siblings are listed but not contrasted, and no 'when-not' guidance or prerequisites are given. The context is adequate but lacks direct differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

mention_pulseAInspect

Mention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window. Returns total mentions, day-by-day buckets, a velocity (rising/falling) signal, lexical sentiment breakdown, and the top posts. Use for brand-watch, ticker-buzz, product-launch tracking, or trend-confirmation. Live data.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoLook-back window in days (default 7, max ~30).
termYesThe term/ticker/brand/product to track, e.g. 'Claude', '$NVDA', 'Notion'.
subredditNoOptional: restrict the Reddit side to one subreddit.
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It mentions data sources, adjustable time window, and types of returns. However, it omits details on rate limits, authentication, data freshness, or error handling, which are important for agentic 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 long, front-loads the core purpose and outputs, and uses no superfluous language. Every sentence adds value.

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?

Despite lacking an output schema, the description enumerates return data (total mentions, buckets, velocity, sentiment, top posts). It covers data sources, time window, and use cases. Could mention pagination or result limits, but overall complete for a simple tool.

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 schema already documents all three parameters. The description adds marginal value by noting the default and max for 'days' and providing examples for 'term'. Baseline 3 is appropriate as the description does not significantly augment the schema.

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's function: counting mentions, velocity, and sentiment for a term across Reddit and Hacker News. It lists specific outputs and provides example use cases, effectively distinguishing it from sibling tools like emerging_terms and trending_topics.

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 explicitly recommends use cases such as brand-watch, ticker-buzz, product-launch tracking, and trend-confirmation. It implies when to use it but does not explicitly state when not to or provide direct alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

whats_being_saidAInspect

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.

ParametersJSON 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.
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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Provides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A deterministic read on Hacker News developer sentiment for any brand, tool, or library, exposing four MCP tools for sentiment summary, mention search, feature requests, and trending discussions.
    1
    AGPL 3.0
  • A
    license
    -
    quality
    C
    maintenance
    Provides keyless tools to measure social media topic volume and account activity across Bluesky, Mastodon, Reddit, and Hacker News.
    29
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides Reddit discussion volume trends, growth rates, and top trending topics for any keyword, accessible via MCP tools and Python client.
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources