Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

seo_primitive_is_cannibalized

Detect keyword cannibalization between two pages by comparing their search metrics. Determine if they compete for the same query.

Instructions

primitive: Check if two pages are competing for the same query based on their metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query
pageA_positionYes
pageA_impressionsYes
pageA_clicksYes
pageB_positionYes
pageB_impressionsYes
pageB_clicksYes
engineNoThe search engine (optional)
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It only states 'check if two pages are competing' without indicating whether it is read-only, required permissions, output format, or side effects. Minimal behavioral context.

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?

Description is a single, clear sentence with no wasted words. Earns its place efficiently.

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

Completeness2/5

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

With 8 parameters, no output schema, and no annotations, the description is insufficient. It omits how the metrics are used, what the result looks like, and any edge cases or assumptions. A more detailed description is needed for completeness.

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?

Schema description coverage is only 25% (query and engine have descriptions). The description does not explain the remaining six parameters (positions, impressions, clicks) or how they contribute to the cannibalization check. Parameter names are somewhat self-explanatory, but the description should add more context.

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 the tool checks if two pages compete for the same query using metrics. The 'primitive:' prefix and naming distinguish it from higher-level siblings like 'seo_cannibalization', though explicit differentiation is absent.

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?

No guidance on when to use this primitive tool versus alternatives such as 'seo_cannibalization' or other analytics tools. The description does not specify context or prerequisites.

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/zhangluka/grain-seo-mcp'

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