Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

get_query_parameters

Extract and identify URL normalization parameters for a website to determine which query parameters should be standardized without altering content, ensuring efficient site management and analysis.

Instructions

Get a list of URL normalization parameters for a site.

URL parameters are used to identify which URL parameters should be considered for URL normalization (e.g., sorting, filtering parameters that don't change the content).

Args: site_url: The URL of the site

Returns: List[QueryParameter]: List of query parameters configuration

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