Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

get_connected_pages

Retrieve a list of pages connected to a specific site using the Bing Webmaster Tools API. Simplify site management by identifying all linked pages for analysis or tracking purposes.

Instructions

Get a list of pages connected to the site.

Args: site_url: The URL of the site

Returns: List[ConnectedSite]: List of connected sites

Raises: BingWebmasterError: If connected pages 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_connected_pagesArguments", "type": "object" }
ID: 2hyhagvzgq