Skip to main content
Glama

Bing Webmaster Tools MCP Server

by zizzfizzix

get_keyword_stats

Retrieve and analyze keyword statistics for a specific query, including data by country and language, to enhance SEO strategies using Bing Webmaster Tools.

Instructions

Retrieve keyword statistics for a specific query.

Args: query: The keyword query country: The country code (i.e. gb) language: The language and country code (i.e. en-GB)

Returns: List[KeywordStats]: List of keyword statistics

Raises: BingWebmasterError: If statistics cannot be retrieved

Input Schema

NameRequiredDescriptionDefault
countryYes
languageYes
queryYes
selfYes

Input Schema (JSON Schema)

{ "properties": { "country": { "title": "Country", "type": "string" }, "language": { "title": "Language", "type": "string" }, "query": { "title": "Query", "type": "string" }, "self": { "title": "self", "type": "string" } }, "required": [ "self", "query", "country", "language" ], "title": "get_keyword_statsArguments", "type": "object" }

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