Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

submit_content

Submit specific URL content, including HTTP message and structured data, to Bing Webmaster Tools for indexing and device targeting optimization.

Instructions

Submit content for a specific URL.

Args: site_url: Site url E.g.: http://example.com url: Url to submit E.g.: http://example.com/url1.html http_message: HTTP message (base64 encoded) structured_data: Structured Data (base64 encoded) dynamic_serving: Device targeting (0-5). {none = 0, PC-laptop = 1, mobile = 2, AMP = 3, tablet = 4, non-visual browser = 5}

Raises: BingWebmasterError: If content cannot be submitted

Input Schema

NameRequiredDescriptionDefault
dynamic_servingYes
http_messageYes
selfYes
site_urlYes
structured_dataYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "dynamic_serving": { "title": "Dynamic Serving", "type": "integer" }, "http_message": { "title": "Http Message", "type": "string" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" }, "structured_data": { "title": "Structured Data", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "self", "site_url", "url", "http_message", "structured_data", "dynamic_serving" ], "title": "submit_contentArguments", "type": "object" }
ID: 2hyhagvzgq