Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

get_crawl_issues

Identify URLs with crawl issues for a specific site to pinpoint pages Bing's crawler couldn't access or process. Returns a list of problematic URLs for resolution.

Instructions

Get a list of URLs with crawl issues for a specific site.

This helps identify pages that Bing's crawler had trouble accessing or processing.

Args: site_url: The URL of the site

Returns: List[UrlWithCrawlIssues]: List of URLs with their associated crawl issues

Raises: BingWebmasterError: If issues cannot be retrieved

Input Schema

NameRequiredDescriptionDefault
selfYes
site_urlYes

Input Schema (JSON Schema)

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