Skip to main content
Glama

Server Details

Marketing, growth & SEO intelligence for AI assistants: 75+ practitioner sources, judged daily.

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 4/5 across 6 of 6 tools scored. Lowest: 3.1/5.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: coverage for scope, get_item for single item retrieval, search for full-text, topic_pulse for topic analysis, trending for rising topics, and whats_new for newest items. No ambiguity.

Naming Consistency4/5

Tool names are all in snake_case and descriptive, but vary in part of speech: verb_noun (get_item), single verb (search), adjective (trending), and phrase (whats_new). Mostly consistent but not perfectly uniform.

Tool Count5/5

6 tools is ideal for a curated news wire: coverage overview, single item retrieval, search, topic analysis, trending, and newest items. No unnecessary tools, yet comprehensive for the domain.

Completeness4/5

Covers core functions: discovery, search, individual retrieval, topic trends, and scope. Minor gap in filtering by source or author, but the domain is well-served overall.

Available Tools

6 tools
coverageAInspect

What this wire does and doesn't cover: per-source freshness and volume, category mix, last refresh. Call when unsure whether a question is answerable from here. The corpus is a curated marketing/growth niche (incl. the AI shifts affecting it) — not general news.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations provided, so description carries full burden. It describes the information returned (freshness, volume, category mix, last refresh) without mentioning side effects or permissions. Lacks explicit read-only statement but sufficient for a no-param tool.

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?

Three sentences, front-loaded with core purpose, followed by usage guidance and scope definition. No wasted words, every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no parameters, the description completely explains what the tool returns and the context of the data source. No gaps remain for an agent to correctly invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist (schema is empty), baseline is 4. Description adds meaning by explaining what the tool outputs, which is the full value beyond the empty 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 provides per-source freshness, volume, category mix, and last refresh, and distinguishes the scope as a curated marketing/growth niche. It contrasts with sibling tools by indicating when to call (when unsure if a question is answerable).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Call when unsure whether a question is answerable from here', providing a clear usage context. It implies not to use for general news by defining the corpus as niche, thus guiding when-not-to-use.

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

get_itemAInspect

Fetch one item by id: tldr, judge reason, and a short excerpt. This wire serves excerpts only — for full specifics (numbers, claims, recommendations) FETCH the source url with your web tools before synthesizing; most sources are public pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior4/5

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

With no annotations, the description discloses that it serves only excerpts and that most sources are public pages, implying safe fetching. It does not mention error handling or auth, but for a simple read operation it is sufficiently transparent.

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?

Two sentences: first states purpose, second provides critical usage guidance. No redundancy or filler.

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?

For a simple 1-param tool with no output schema, the description covers what it returns and its limitations. Lacks mention of possible errors or id validation, but overall adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description only mentions 'by id' but does not explain the id format, constraints, or examples. With 0% schema description coverage, the description fails to add meaningful detail beyond a basic hint.

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 it fetches one item by id and provides specific content (tldr, judge reason, excerpt). It distinguishes from sibling tools like 'search' and 'coverage' by focusing on single-item retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use (to get a quick excerpt) and when not (for full specifics like numbers/claims, use web tools instead). It provides clear alternatives and context.

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

topic_pulseAInspect

What the marketing/growth niche is saying about a topic: chatter volume, who covers it, score spread, top takes. Args: topic (free text, e.g. 'consent mode', 'AI Max'), since_days (default 30). Use to gauge discussion and disagreement, not just list items.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
since_daysNo
Behavior3/5

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

No annotations provided, so description carries full burden. Describes output types but does not disclose any side effects, rate limits, or authentication needs. Since it's a read-like operation, this is minimally adequate 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?

Single paragraph with front-loaded purpose, then parameter details, then usage guidance. Every sentence is informative, no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description clearly enumerates return components (chatter volume, coverage, score spread, top takes). For a tool with 2 parameters, this is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, but description compensates well: explains 'topic' as free text with examples ('consent mode', 'AI Max') and clarifies 'since_days' has a default of 30. This adds significant meaning beyond 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?

Clearly states the tool's purpose: analyzing what a niche says about a topic, including chatter volume, coverage, score spread, and top takes. Distinguishes from siblings like 'trending' or 'whats_new' by focusing on discussion and disagreement.

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?

Explicitly says 'Use to gauge discussion and disagreement, not just list items,' guiding the agent on appropriate use cases. Could be improved by mentioning when not to use or comparing to specific siblings.

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

whats_newBInspect

Newest items on the wire — judged atoms from marketing/growth newsletters, vendor changelogs, and practitioner feeds. Args: category (one of 15 slugs, e.g. 'marketing-analytics', 'paid-ads', 'seo', 'ai-models'; omit for all), since_days (default 7), min_score (judge score floor 0-10, default 6), limit (default 20).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryNo
min_scoreNo
since_daysNo
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It describes filtering capabilities but omits any traits like idempotency, side effects, or rate limits. This is insufficient for safe agent invocation.

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?

The description is a single, information-dense sentence covering purpose and parameters. It is concise without waste, though a more structured format could improve readability.

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 no output schema and no annotations, the description explains all parameters but does not describe return format, error handling, or pagination. It is adequate but not complete for a tool with four parameters and complex filtering.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description carries the full burden. It adds meaningful explanations for all four parameters: category (enum noted), since_days (default 7), min_score (floor 0-10, default 6), limit (default 20). This compensates well for the lack of schema descriptions.

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 it returns 'newest items on the wire' from specific sources, with a verb ('whats_new') and resource ('items'). However, it does not differentiate itself from sibling tools like 'trending' or 'coverage', leaving ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions or when not to use it, which limits an agent's ability to choose correctly.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources