Skip to main content
Glama

Bing Webmaster Tools MCP Server

by zizzfizzix

add_query_parameter

Add a query parameter to a site URL for URL normalization using Bing Webmaster Tools API, ensuring proper indexing and site management.

Instructions

Add a URL normalization parameter for a site.

Args: site_url: The URL of the site query_parameter: The query parameter to add

Raises: BingWebmasterError: If parameter cannot be added

Input Schema

NameRequiredDescriptionDefault
query_parameterYes
selfYes
site_urlYes

Input Schema (JSON Schema)

{ "properties": { "query_parameter": { "minLength": 1, "pattern": "^[A-Za-z0-9\\-_.~:]+$", "title": "Query Parameter", "type": "string" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" } }, "required": [ "self", "site_url", "query_parameter" ], "title": "add_query_parameterArguments", "type": "object" }

You must be authenticated.

Other Tools from Bing Webmaster Tools MCP Server

Related Tools

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/zizzfizzix/mcp-server-bwt'

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