Skip to main content
Glama
zainsive

seo-analytics-mcp

by zainsive

indexnow_verify_key

Read-only

Check if your IndexNow key file is published correctly by verifying it returns HTTP 200, serves as text, and contains the configured key. Use it to diagnose rejected submissions.

Instructions

Check that this host's IndexNow key file is correctly published: reachable, HTTP 200, served as text, and containing exactly the configured key. Every submission runs this check itself and aborts if it fails, so use this tool to diagnose a rejected submission. The key is read from configuration, never passed in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
key_locationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already provide readOnlyHint=true, and the description adds useful non-obvious behavior: the key comes from configuration, is never passed in, and the tool verifies several specific HTTP/content conditions. It does not overstate behavior or contradict annotations.

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 tightly packed sentences with no filler. The purpose is front-loaded, followed by usage guidance and a valuable parameter-related clarification.

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

Completeness3/5

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

For a two-parameter read-only diagnostic tool with an output schema, the description covers purpose, behavior, and usage context well. However, the semantics of host and key_location remain undocumented, which leaves ambiguity for an agent deciding whether to pass them.

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 0%, so the description must compensate. The only useful clue is that the key is read from configuration, but the two parameters host and key_location are never explained, including whether they override the configured defaults or how they interact with each other.

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?

States a specific verb ('Check') and resource ('this host's IndexNow key file'), plus concrete success criteria (reachable, HTTP 200, served as text, exactly configured key). This clearly differentiates it from the submission-oriented sibling indexnow_submit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

Explicitly says to use this tool to diagnose a rejected submission and notes that submissions already run this check and abort on failure. It gives clear context but does not name an alternative tool or state when not to use it.

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/zainsive/seo-analytics-mcp'

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