Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

get_country_region_settings

Retrieve country and region settings for a specific website using Bing Webmaster Tools. Input the site URL to access location-based configurations and optimize site performance.

Instructions

Retrieve country/region settings for a specific site.

Args: site_url: The URL of the site to get settings for

Returns: List[CountryRegionSettings]: List of country/region settings

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