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.
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.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
Each tool addresses a distinct function: emerging terms, mention metrics, trending topics, and discussion themes. There is no overlap as they target different aspects of social monitoring.
All tool names use snake_case and are descriptive. However, 'whats_being_said' is a phrase while others are compound nouns, creating a slight inconsistency.
Four tools cover the core monitoring needs without being excessive. The count is well-scoped for a focused social media pulse server.
The tool set covers detection, trending, mentions, and discussion analysis. Missing historical trend comparisons or social actions, but still comprehensive for monitoring.
Available Tools
4 toolsemerging_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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Only terms first seen within N days (default 14). | |
| limit | No | Max terms (default 25). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It mentions data sources and output fields (first_seen date, sample), which is helpful, but lacks details on update frequency or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused paragraph that front-loads the key purpose and includes necessary details without extraneous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 sufficiently covers what the tool does, its data sources, and output format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the description echoes the parameters' purpose ('within N days', 'max terms') without adding new semantic detail beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly defines the tool as returning newly first-appearing terms from specific sources (Reddit/HN newest posts, idea_intel loop), which distinguishes it from sibling tools like trending_topics or mention_pulse.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its use for early-signal detection of new products, memes, etc., but does not explicitly contrast with siblings or state when not to use it.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (default 7, max ~30). | |
| term | Yes | The term/ticker/brand/product to track, e.g. 'Claude', '$NVDA', 'Notion'. | |
| subreddit | No | Optional: restrict the Reddit side to one subreddit. |
Tool Definition Quality
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 mentions 'Live data' but does not disclose rate limits, authorization needs, caching behavior, or data freshness beyond that. It adequately describes outputs but lacks potential behavioral caveats.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: first sentence concisely lists capabilities and outputs, second sentence provides usage guidance. No wasted words, key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (mentions, velocity, sentiment across two platforms), the description covers return values well. No output schema exists, but the description lists outputs explicitly. Lacks differentiation from siblings, but overall is complete enough for an agent to select.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description does not add additional parameter-level context beyond what the schema already provides (e.g., days, term, subreddit). It could mention format or constraints but is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (compute) and resource (mentions across Reddit+HN), and lists specific outputs (count, velocity, sentiment). It distinguishes from sibling tools by focusing on tracking a specific term, while siblings like 'emerging_terms' or 'trending_topics' cover broader trends.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit use cases: 'brand-watch, ticker-buzz, product-launch tracking, or trend-confirmation.' It does not mention when not to use or compare to siblings, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trending_topicsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trending terms (default 15). | |
| subreddit | No | Limit to one subreddit, e.g. 'wallstreetbets' or 'r/SaaS'. Omit for overall (Reddit + HN). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses real-time momentum computation, recency-weighted engagement, live data sources, and that results are not stale. No destructive behavior implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. Front-loaded with attention-grabbing phrasing. Every sentence adds value: purpose, usage, data freshness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, sources, scoping, and live nature. For a simple tool with no output schema, the description adequately explains what the agent will get (ranked list). Could include a brief example but not necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds 'scoped to a subreddit or overall' which overlaps with schema's subreddit param description. No additional semantic detail beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a ranked list of trending terms/topics from Reddit and Hacker News, with a specific verb ('returns') and resource ('terms/topics'). It distinguishes from sibling tools by specifying sources (Reddit+HN) and real-time momentum.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states usage scenarios: 'Use to answer "what's trending on r/<x>" / "what is the internet talking about today"'. Provides clear context for when to use, though no exclusions or alternatives mentioned.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (default 14). | |
| limit | No | Max posts (default 12). | |
| query | Yes | What to look up, e.g. 'vision pro returns' or 'rust vs go'. | |
| subreddit | No | Optional: restrict the Reddit side to one subreddit. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully describes the tool's behavior: it returns top posts with dominant themes, and each post includes score, comments, sentiment, and a link. It also notes 'Live data,' indicating freshness. This is adequate for a read-only search tool, though it could mention any limitations (e.g., rate limits or authentication). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded, with only two sentences that convey the core functionality, use case, and output details. There is no unnecessary information, and every sentence adds value. It is well-structured for an AI agent to quickly understand the tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity and lack of output schema, the description adequately explains what the tool returns: posts with themes, scores, comments, sentiment, and links. It also notes live data. While it does not specify the format of themes or pagination, this is acceptable for a simple list tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All four parameters (query, days, limit, subreddit) are described in the schema with clear definitions. The tool description adds no additional meaning beyond what the schema already provides, such as clarifying default values or output behavior. Since schema coverage is 100%, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: retrieving top recent posts and dominant discussion themes across Reddit and Hacker News for a query. The verb 'posts' and 'themes' specify the output, and the inclusion of both platforms distinguishes it from typical search tools. While it does not explicitly differentiate from siblings, the purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear usage context: 'Use to quickly understand what are people saying about X.' This directly tells the agent when to invoke the tool. However, it does not specify when not to use it or suggest alternatives from the sibling list (e.g., emerging_terms, trending_topics), which would improve guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!