competitor_seo
Compare SEO and performance scores of your domain vs a competitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Your domain e.g. 'sweetdreamsbetten.de' | |
| competitor | No | Competitor domain e.g. 'emma-matratzen.de' |
Compare SEO and performance scores of your domain vs a competitor.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Your domain e.g. 'sweetdreamsbetten.de' | |
| competitor | No | Competitor domain e.g. 'emma-matratzen.de' |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only notes that the tool compares scores, but does not mention whether it performs live fetches, how performance is measured, any rate limits, or what the output contains. This is a significant transparency gap for a tool with no annotation support.
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, front-loaded sentence that directly communicates the tool's purpose. There is no filler or redundant information, making it highly efficient.
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?
The tool has no output schema and no annotations, so the description should compensate by explaining expected return values or operational details. It does not, leaving the agent without critical information about what the comparison yields or any side effects. This is a notable gap even for a simple two-parameter 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?
Schema description coverage is 100%, with each parameter clearly described in the input schema. The description adds no additional meaning beyond what the schema already provides for 'domain' and 'competitor', so baseline 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 a specific action ('Compare') and resource ('SEO and performance scores of your domain vs a competitor'). It immediately distinguishes this tool from siblings like backlink_check or pagespeed by framing it as a direct comparison tool.
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 usage for benchmarking against a competitor, making the intended context clear. However, it does not explicitly mention when not to use this tool or suggest alternatives, though siblings are quite distinct in function.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.