Skip to main content
Glama
zizzfizzix

Bing Webmaster Tools MCP Server

by zizzfizzix

get_keyword

Retrieve keyword impression data for a specific query, country, language, and date range. Get insights into how your keywords perform in Bing search over a selected period.

Instructions

Get keyword impressions for a selected period.

Args: query: The keyword query country: The country code language: The language code start_date: The start date of the period end_date: The end date of the period

Returns: Optional[Keyword]: Keyword impression data, or None if no data available

Raises: BingWebmasterError: If keyword data cannot be retrieved

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selfYes
queryYes
countryYes
languageYes
start_dateYes
end_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description must carry full burden. It states return type (Optional[Keyword]) and raises BingWebmasterError, but does not disclose behavioral traits like idempotency, permission requirements, or what 'keyword impression data' entails. The mutation vs. read nature is implied but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise but uses a Python docstring format (Args, Returns, Raises) which may not be optimal for an AI agent. The 'self' parameter appears in the schema but is missing from the description's parameter list, causing inconsistency. Some sentences are unnecessary (e.g., 'Optional[Keyword]' could be in schema).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 required parameters and no schema descriptions, the description should provide more context. It does not explain the structure of the return type (Keyword), possible values for country/language, or date format. Among many sibling tools, this description does not help an agent differentiate or use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must compensate. The description lists parameter names in Args but provides no explanation beyond the names themselves (e.g., 'query: The keyword query' is just restating the name). The 'self' parameter is omitted from the Args list entirely, leaving it completely undocumented. No formats or constraints are given.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get keyword impressions for a selected period' which indicates the action and resource. It distinguishes from siblings like 'get_keyword_stats' by focusing on impressions. However, the inclusion of a mysterious 'self' parameter in the schema (not explained in description) slightly muddles the purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'get_keyword_stats' or 'get_related_keywords'. The description does not mention prerequisites, data source, or context. The 'self' parameter is not explained, which could confuse an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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