Skip to main content
Glama

Crawlgraph Gap Outreach Targets

crawlgraph_gap_outreach_targets
Read-onlyIdempotent

The warm-outreach play: gap_analysis filtered to ONLY the linking domains that link to EVERY competitor you listed but not to you. These are the highest-conviction outreach candidates — every competitor in the set has the link, so the topic/audience is verified. Same async pattern as crawlgraph_gap_analysis (polls up to ~10s; returns job_id if still running). Counts as one gap-analysis quota call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_apiKeyYesCrawlGraph API key.
my_domainYesYour domain.
min_authorityNoOptional minimum CrawlGraph authority threshold to filter results client-side.
competitor_domainsYes2–5 competitor domains. The filter is strongest with more competitors; 2 is the minimum for "warm outreach" to be meaningful.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations cover read-only and non-destructive nature. The description adds useful behavioral context beyond annotations: the async pattern (polls up to ~10s, returns job_id if still running) and quota impact. These are valuable operational details not present in structured fields.

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 tightly written in three sentences, front-loading the core purpose and filter condition. Every sentence contributes essential information—what it does, why it's valuable, and operational notes—without fluff.

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?

The description covers the filter logic, async behavior, and quota implication. It does not explicitly state the return value on success (presumably a list of domains), but the tool name and purpose imply this. Given the absence of an output schema, a slight gap exists but overall it is sufficiently 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 input schema has 100% coverage, so parameters are already documented. The description reinforces the meaning of competitor_domains by explaining the filter logic (link to every competitor but not to user), but does not add new semantic depth beyond what the schema and purpose already provide.

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 explicitly states the tool filters gap analysis to linking domains that link to every competitor but not to the user, naming the specific resource and filter condition. It distinguishes itself from the sibling crawlgraph_gap_analysis by framing it as the 'warm-outreach play' and referencing the broader 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?

The description clearly identifies when to use it (for highest-conviction outreach candidates) and references the sibling crawlgraph_gap_analysis for the general case, implying an alternative. It does not explicitly list exclusions, but the purpose and reference to the sibling provide enough guidance for an agent to select correctly.

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.