Skip to main content
Glama

Earlywire — Marketing & Growth Intelligence

Server Details

Marketing, growth & SEO intel: 120+ practitioner sources, judged daily, with citable summaries.

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

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: coverage for meta-info, get_item for retrieval by ID, search for querying, topic_pulse for discussion trends, trending for rising topics, and whats_new for latest items. Descriptions explicitly differentiate use cases.

Naming Consistency5/5

All tools follow a consistent earlywire_<descriptive_name> pattern using snake_case. Names are descriptive and predictable, aiding agent selection.

Tool Count5/5

With 6 tools, the server is well-scoped for a curated intelligence wire. It covers meta-info, retrieval, search, discovery, and analysis without excess or deficiency.

Completeness5/5

The tool surface covers all common needs for a read-only wire service: understanding coverage, searching, fetching specific items, viewing latest, and monitoring trends. No obvious gaps for the stated domain.

Available Tools

6 tools
earlywire_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?

With no annotations, the description fully discloses the tool's behavior: it returns per-source freshness, volume, category mix, and last refresh. It also explains the corpus niche. No hidden side effects are mentioned, which is appropriate for a read-only coverage 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, no wasted words. Information is front-loaded and every sentence adds value: purpose, usage guidance, and corpus scope.

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 tool with no parameters and no output schema, the description is thorough enough for a basic understanding. However, it could be slightly more complete by specifying the output format (e.g., list or summary), but given the tool's simplicity, it's acceptable.

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?

There are zero parameters, so schema coverage is 100% by default. The description adds value by explaining what the output will contain, compensating for the lack of output 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 purpose: to show what the earlywire corpus covers (freshness, volume, category mix, last refresh). It also distinguishes from sibling tools by framing it as a coverage overview rather than a search or retrieval tool.

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 'Call when unsure whether a question is answerable from here,' giving a clear when-to-use hint. Also indicates what it does not cover ('not general news'), but does not name specific alternative tools, leaving some ambiguity.

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

earlywire_get_itemAInspect

Fetch one item by id: tldr, judge reason, a summary (own-words digest you can cite for numbers/claims/frameworks), and the raw excerpt. For verbatim quotes or detail beyond the summary, fetch the source url with your web tools; most sources are public pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool fetches an item and returns specific fields (tldr, judge reason, summary, excerpt). It does not explicitly state that it is read-only or has no side effects, but the behavior is implied.

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 two sentences, front-loaded with the key purpose, and contains no fluff. 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?

For a simple fetch tool with no output schema, the description explains what fields are returned and provides guidance on when to use external tools for more detail. It lacks error handling info but is otherwise complete.

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?

The description mentions the parameter 'id' but provides no additional semantics beyond its purpose. With 0% schema coverage, the description should compensate, but it only says 'by id' without specifying format or constraints. Adequate for a simple required parameter.

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 'Fetch one item by id' and lists the specific fields returned (tldr, judge reason, summary, excerpt). This distinguishes it from sibling tools like earlywire_search or earlywire_trending, which have different purposes.

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 advises using web tools for verbatim quotes or detail beyond the summary, providing guidance on when to use this tool vs alternatives. It does not explicitly mention when not to use this tool, but the context is clear.

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

earlywire_topic_pulseAInspect

What the marketing/growth niche is SAYING about one topic right now: chatter volume, who's covering it, score spread, and the top takes. Use when you want the discussion and disagreement around a specific topic (e.g. 'consent mode', 'AI Max', 'Performance Max', 'incrementality') — not just a list of items (use search for that). Args: topic (free text), since_days (default 30).

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
since_daysNo
Behavior4/5

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

No annotations provided, so description carries burden. Describes output clearly but does not explicitly state read-only/destructive nature, auth needs, or rate limits. However, the description implies a read operation and provides reasonable behavioral insight.

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 sentence with key output upfront, followed by usage guidance and argument list. No redundancy, every word earns its place.

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?

With 2 params, no output schema, and no annotations, description covers tool's purpose, output components, and usage context. Does not detail return format, but mentions key output items. Adequately complete for this tool's 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 coverage is 0%, but description adds basic info: topic as free text, since_days with default 30. Lacks details on constraints or format, but adds some value beyond bare 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?

Description specifies verb 'pulse on topic', resource 'one topic', and output components (chatter volume, coverage, score spread, top takes). It distinguishes from sibling tools by clarifying it's for discussion/disagreement, not just a list of items like search.

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 states when to use ('discussion and disagreement around a specific topic') and when not to use ('not just a list of items'), and names the alternative tool (search).

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

earlywire_whats_newAInspect

Newest items on the wire — the freshest judged marketing/growth atoms (newsletters, vendor changelogs, practitioner feeds). Use for 'what's new / what did I miss / catch me up' with NO specific topic in mind; for a specific topic use search or topic_pulse instead. Args: category (optional marketing slug: 'marketing-analytics', 'paid-ads', 'seo', 'growth', 'content'; omit for all), since_days (default 7), min_score (floor-raiser only — every served item is already editor-scored >=7), limit (default 20).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryNo
min_scoreNo
since_daysNo
Behavior4/5

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

No annotations provided; description adds behavioral detail like 'floor-raiser only — every served item is already editor-scored >=7' for min_score. Does not explicitly state read-only nature or return format, but for a retrieval tool this is acceptable.

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?

Two sentences plus an args list, front-loads purpose and usage. Could be more structured (e.g., bullet points) but is efficient and clear.

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?

Covers purpose, usage, parameters, and distinguishes from siblings. Missing return format and error handling, but for a simple retrieval tool it is fairly complete given no output schema.

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?

All 4 parameters are described with meaning, defaults, and examples (category slugs, since_days default 7, min_score floor explanation, limit default 20). Compensates fully for 0% schema description coverage.

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?

Explicitly states 'Newest items on the wire' as verb+resource, and differentiates from siblings by specifying 'for a specific topic use search or topic_pulse instead'. Clear and specific.

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 'Use for... with NO specific topic in mind' and names alternatives (search, topic_pulse) for specific topics. Provides clear when-to-use and when-not-to-use guidance.

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