Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

submit_url_batch

Submit up to 500 URLs at once for indexing using the Bing Webmaster Tools API. Verify available quota before submission to ensure successful processing.

Instructions

Submit multiple URLs for indexing in a single request.

The max number of urls that can be submitted in a batch is 500 unless it exceeds the available quota. get_url_submission_quota should be called to determine how much urls can be submitted.

Args: site_url: The URL of the site url_list: List of URLs to submit

Raises: BingWebmasterError: If URLs cannot be submitted

Input Schema

NameRequiredDescriptionDefault
selfYes
site_urlYes
url_listYes

Input Schema (JSON Schema)

{ "properties": { "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" }, "url_list": { "items": { "type": "string" }, "title": "Url List", "type": "array" } }, "required": [ "self", "site_url", "url_list" ], "title": "submit_url_batchArguments", "type": "object" }
ID: 2hyhagvzgq