Skip to main content
Glama

competitor_add

Add one to twenty competitor domains to a brand, triggering crawl and profile analysis for each. Track progress via returned operation ID.

Instructions

Async. Batch-add competitor domains (1–20) to the brand. Returns { operationId, status } — poll get_job until state=completed. Each domain triggers crawl + profile analysis. Typically takes ~2–5 min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdNoBrand ID (defaults to active brand)
domainsYesOne to twenty competitor domains to add (e.g. ['acme.com', 'rival.io']).
Behavior5/5

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

With no annotations provided, the description carries the full burden and does an excellent job: it discloses async behavior, return format, the need to poll get_job, side effects (crawl + profile analysis per domain), and expected duration. This is far beyond a minimal disclosure.

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, each earning its place: async nature, batch scope and target, return format and polling, side effects and timing. No redundancy or filler. Front-loaded with the most critical 'Async' requirement.

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?

For an async batch operation with no output schema, the description is complete: it explains how to invoke, what to expect (operationId, status), how to track completion (poll get_job), what will happen (crawl + analysis), and typical latency. It provides enough context for an agent to use correctly and know what to do next.

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 already covers 100% of parameters with descriptions, providing a baseline of 3. The description adds behavioral context (each domain triggers analysis) but does not add new parameter semantics beyond what the schema already states. Both brandId and domains are adequately described in 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?

Clear, specific verb 'batch-add' with resource 'competitor domains' and target 'brand'. Distinguishes from sibling tools like competitor_probe or competitor_update by emphasizing the batch add behavior. Even without naming alternatives, 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.

Usage Guidelines3/5

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

The description clearly implies usage for adding multiple competitor domains and explains the async polling flow, but it does not explicitly state when not to use this tool or mention alternative tools like competitor_probe for single-domain tasks. This is sufficient for a clear context but lacks exclusions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitsandtea/postking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server