Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

indexing_batch_submit

Submit multiple URLs to Google or Bing search engines for indexing in batch, with daily quotas of 200 for Google and 500 for Bing.

Instructions

Submit multiple URLs for indexing in batch. Google: max 200 (daily quota), Bing: max 500.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesThe property URL as registered in Search Console
urlsYesList of URLs to submit for indexing
engineNoThe search engine (default: google)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations provided, so the description carries the burden. It discloses the batch submission behavior and quotas, but lacks details on idempotency, error handling, or whether it overwrites existing submissions. Provides moderate transparency.

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?

Two sentences: first sentence clearly states the purpose, second adds critical quota context. No fluff, highly efficient.

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?

No output schema, but the description covers essential: purpose, engine distinction, and quotas. Missing details on return values (e.g., confirmation, error messages) but adequate for a batch submission tool with moderate complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents parameters. The description adds value by specifying quotas ('max 200 daily' for Google, 'max 500' for Bing), which goes beyond the schema. However, it does not elaborate on the 'siteUrl' parameter beyond what the schema provides.

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?

Clearly states the verb 'Submit', resource 'multiple URLs for indexing', and distinguishes from sibling tools like 'indexing_submit_url' (singular) and 'bing_url_submit_batch' (Bing-specific). Includes quotas for both Google and Bing, enhancing clarity.

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?

Provides explicit context on daily quotas per engine, helping the agent decide when to use batch submission (e.g., high volume) and which engine. However, it does not explicitly state when not to use it or mention alternatives like 'indexing_submit_url' for single URLs.

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