Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

remove_deep_link_block

Unblock a deep link for a specific site and market in Bing Webmaster Tools by providing the site URL, market code, search URL, and deep link URL to remove the block.

Instructions

Remove a deep link block.

Args: site_url: The URL of the site market: The market code search_url: The search URL deep_link_url: The deep link URL to unblock

Raises: BingWebmasterError: If block cannot be removed

Input Schema

NameRequiredDescriptionDefault
deep_link_urlYes
marketYes
search_urlYes
selfYes
site_urlYes

Input Schema (JSON Schema)

{ "properties": { "deep_link_url": { "title": "Deep Link Url", "type": "string" }, "market": { "title": "Market", "type": "string" }, "search_url": { "title": "Search Url", "type": "string" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" } }, "required": [ "self", "site_url", "market", "search_url", "deep_link_url" ], "title": "remove_deep_link_blockArguments", "type": "object" }
ID: 2hyhagvzgq