Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

seo_brand_vs_nonbrand

Analyze brand vs. non-brand query performance using a regex pattern to reveal traffic and conversion splits.

Instructions

Analyze performance split between Brand and Non-Brand queries using a regex.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesThe site URL
brandRegexYesRegex to match brand keywords (e.g. 'acme|acme corp')
daysNoNumber of days to analyze (default: 28)
engineNoThe search engine (default: google)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It mentions using a regex for splitting but omits whether the operation is read-only, required permissions, or output format. Minimal transparency.

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?

Single sentence that is concise and front-loaded with the verb 'Analyze'. No wasted text, but could benefit from additional structure (e.g., listing key parameters or output).

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?

Description is too brief for a 4-parameter tool with no output schema. It does not describe the return format or key contextual details like the meaning of 'performance split' (is it traffic, conversions?). Incomplete for an AI agent to confidently use.

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 100% with descriptions for all 4 parameters. The description adds no extra meaning beyond 'using a regex' and does not explain the optional parameters (days, engine). Baseline of 3 is appropriate.

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?

Description states a specific action (analyze performance split) using a specific method (regex). It clearly identifies the resource (Brand vs Non-Brand queries) but does not differentiate from sibling tools like brand_analysis or bing_brand_analysis.

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 tool versus alternatives. The description lacks context for usage scenarios, prerequisites, or exclusions.

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

Deploy Server

Other Tools