Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

indexing_batch_publish

Send up to 100 URL update or deletion notifications per request to search engines, ensuring faster re-indexing of changes.

Instructions

Batch notification for multiple URLs (max 100 per request)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notificationsYesURLs to publish (max 100)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  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 carries the full burden of behavioral disclosure. It says notifications are sent but does not explain the effect of URL_DELETED notifications, whether the operation is synchronous, what permissions or rate limits apply, or what the caller should expect after submission. This is a meaningful gap for a tool that mutates external indexing state.

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?

The description is a single, front-loaded sentence with no filler or repetition. It conveys the primary capability and key constraint efficiently, though its brevity leaves room for additional contextual details without becoming bloated.

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 tool with one documented parameter and high schema coverage, the description is minimally adequate for constructing a request. However, with no output schema and no annotations, it omits any indication of the result of the batch operation, how to confirm success, or how it relates to indexing_get_status, leaving the agent with an incomplete picture of the full workflow.

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?

The schema already documents the notifications array, its min/max items, and each item's url and type values, giving 100% schema description coverage. The description adds only the max-100 constraint, which duplicates the schema, so it provides no meaningful semantic improvement beyond the structured definition.

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 states a specific action ('batch notification') and a resource ('multiple URLs') with a concrete limit of 100 per request. It is distinguishable from the related indexing_publish and indexing_get_status tools by its batch semantics, though it does not explicitly name or contrast those siblings.

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 is given for when to use this tool versus indexing_publish or indexing_get_status. The 'batch' and 'max 100' wording imply high-volume cases, but there is no explicit statement about choosing this over single-URL notification or about checking status afterward.

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/bypixels/SEO-MCP-PRO'

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