Skip to main content
Glama
isiahw1

mcp-server-bing-webmaster

get_query_parameters

Extract URL normalization parameters from Bing Webmaster Tools to analyze and optimize website query handling for search engines.

Instructions

Get URL normalization parameters. Note: May require special permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYes

Implementation Reference

  • The handler function that fetches query parameters via the Bing Webmaster API for URL normalization.
    async def get_query_parameters( site_url: Annotated[str, "The URL of the site"] ) -> List[Dict[str, Any]]: """ Get URL normalization parameters. Args: site_url: The URL of the site Returns: List of query parameters used for URL normalization """ async with api: params = await api._make_request(f"GetQueryParameters?siteUrl={site_url}") return api._ensure_type_field(params, "QueryParameter")
  • MCP tool registration decorator defining the tool name and description.
    name="get_query_parameters", description="Get URL normalization parameters. Note: May require special permissions.", )
  • Input schema defined via type annotations and return type.
    site_url: Annotated[str, "The URL of the site"] ) -> List[Dict[str, Any]]:

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