Skip to main content
Glama
isiahw1

mcp-server-bing-webmaster

get_crawl_issues

Identify and analyze crawl issues and errors for websites using Bing Webmaster Tools data to improve site health and search visibility.

Instructions

Get crawl issues and errors for a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYes

Implementation Reference

  • The @mcp.tool decorator registers the function as an MCP tool named 'get_crawl_issues' with its description.
    @mcp.tool( name="get_crawl_issues", description="Get crawl issues and errors for a site." )
  • The main handler function that takes site_url, makes an API request to Bing Webmaster Tools for crawl issues, and returns the processed list of issues.
    async def get_crawl_issues( site_url: Annotated[str, "The URL of the site"] ) -> List[Dict[str, Any]]: """ Get crawl issues and errors for a site. Args: site_url: The URL of the site Returns: List of crawl issues """ async with api: issues = await api._make_request(f"GetCrawlIssues?siteUrl={site_url}") return api._ensure_type_field(issues, "CrawlIssue")

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isiahw1/mcp-server-bing-webmaster'

If you have feedback or need assistance with the MCP directory API, please join our Discord server