Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

submit_feed

Submit sitemap feeds for indexing in Bing Webmaster Tools. Provide the site URL and sitemap feed URL to ensure your content is crawled and indexed efficiently.

Instructions

Submit a sitemap feed for indexing.

Args: site_url: The URL of the site feed_url: The URL of the sitemap feed

Raises: BingWebmasterError: If feed cannot be submitted

Input Schema

NameRequiredDescriptionDefault
feed_urlYes
selfYes
site_urlYes

Input Schema (JSON Schema)

{ "properties": { "feed_url": { "title": "Feed Url", "type": "string" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" } }, "required": [ "self", "site_url", "feed_url" ], "title": "submit_feedArguments", "type": "object" }
ID: 2hyhagvzgq