Skip to main content
Glama
zainsive

seo-analytics-mcp

by zainsive

indexnow_submit

Destructive

Submit URLs to IndexNow to request recrawling by participating search engines. Dry-run first to get a token, then confirm to send live notifications.

Instructions

Submit URLs to IndexNow so participating search engines recrawl them. THIS ACTS ON THE LIVE WEB and cannot be undone.

Called without confirm it is a DRY RUN: it validates the key file and the URL list and returns a submission_token. Show that dry run to the user, then call again with confirm=true AND the exact submission_token you were given. The token is bound to that precise URL list, so if the list changes you must dry-run again.

IndexNow notifies Bing, Yandex, Naver, Seznam.cz, Yep and Amazon. Google does NOT participate - this will not speed up Google indexing. Per-endpoint HTTP status is returned verbatim, because 200, 202, 400, 403, 422 and 429 all mean different things.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
urlsYes
confirmNo
endpointNohttps://api.indexnow.org/indexnow
submission_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses critical behavior beyond annotations: it 'ACTS ON THE LIVE WEB and cannot be undone,' the token is bound to a precise URL list, and per-endpoint HTTP statuses are returned verbatim because different statuses have different meanings. This complements the destructiveHint annotation rather than contradicting it.

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?

Every sentence earns its place: live-web danger, dry-run flow, token binding, engine coverage, and status-code semantics. The most important operational constraint is front-loaded.

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?

Given the complexity and the presence of an output schema, the description covers the main invocation path well. The only notable gap is the lack of guidance for host and endpoint, but these have defaults and are not required, so the overall definition is still highly usable.

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 description coverage is 0%, so the description must compensate. It explains confirm, submission_token, and urls through the dry-run/confirmed workflow, but host and endpoint are left undocumented in both schema and description. This is partial compensation for a five-parameter tool.

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 states a specific verb and resource: 'Submit URLs to IndexNow so participating search engines recrawl them.' It also distinguishes this from siblings like indexnow_verify_key by describing the actual submission action and live-web effect.

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

Usage Guidelines5/5

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

It gives explicit workflow instructions: call without confirm for a dry run, show the dry run to the user, then call with confirm=true and the exact submission_token. It also warns that Google does not participate, clarifying when this tool will not help.

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