Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

seo_primitive_traffic_delta

Compute the absolute and percentage difference between two traffic values to detect traffic changes for SEO analysis.

Instructions

primitive: Calculate the delta between two traffic metrics (absolute and percentage).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currentYesCurrent value
previousYesPrevious value
engineNoThe search engine (optional)
Behavior2/5

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

No annotations exist, so the description carries full burden. It only states the operation but does not disclose whether it is read-only, requires specific permissions, or has side effects. For a calculation tool, it likely is read-only, but this is not explicit.

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?

Single sentence with 12 words, no redundancy, efficiently conveys purpose and output. Excellent conciseness.

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?

Without output schema, the description mentions absolute and percentage, which is helpful. However, it does not explain the exact formula (e.g., (current-previous) for absolute) or edge cases like division by zero. For a simple mathematical tool, it is mostly complete but could improve.

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?

All three parameters have descriptions in the schema (100% coverage). The description adds 'absolute and percentage' as output context but does not enhance parameter meaning beyond the schema. Baseline of 3 is appropriate.

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 clearly states the verb 'calculate' and the resource 'delta between two traffic metrics', and specifies output includes absolute and percentage. It distinguishes from sibling seo_primitive tools which handle brand, cannibalization, etc.

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 implies usage for calculating traffic metric differences but provides no explicit when-to-use or when-not-to-use compared to other analytics tools that may compute similar deltas. No alternatives or exclusions mentioned.

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