Skip to main content
Glama

bing_related_keywords

Read-onlyIdempotent

Discover related keywords with real Bing impression counts for any time period. Use this data to prioritize SEO content based on actual search demand.

Instructions

Keywords related to a phrase, each with real Bing impressions for the last N days, sorted by impressions. A free source of keyword ideas with numbers. Needs FREE_SEO_BING_API_KEY (free, from Bing Webmaster Tools).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoPeriod length in days, ending today.
countryNoISO country code, lowercase, e.g. 'us', 'de'.us
keywordYes
languageNoLanguage-culture, e.g. 'en-US', 'de-DE'.en-US

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes
keywordYes
relatedYes
end_dateYes
languageYes
start_dateYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Beyond the readOnly/idempotent annotations, it uniquely discloses the data source, the time window, sorting behavior, and the required FREE_SEO_BING_API_KEY. This is valuable operational context; only minor omissions such as result limits keep it from being complete.

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

Conciseness4/5

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

Three short sentences, front-loaded with the core behavior and output ordering. The word 'free' appears twice ('free source' and 'FREE_SEO_BING_API_KEY (free)'), a small redundancy that keeps it from a perfect score.

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

Completeness4/5

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

An output schema exists, so return values need no extra explanation; the description covers the data source, temporal range, sorting, and authentication. It is nearly complete for a simple read-only lookup, though it does not address any rate-limit or pagination behavior.

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

Parameters3/5

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

The description ties 'phrase' to the required keyword parameter and 'last N days' to days, which helps since keyword has no schema description. However, it adds nothing beyond the schema for country or language, and coverage is only moderate (75%).

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 says the tool returns keywords related to a phrase, enriched with real Bing impressions and sorted by impressions. It lacks an explicit verb ('Keywords...' instead of 'Gets keywords...'), and it implies differentiation from sibling keyword tools through the 'free... with numbers' angle rather than naming them.

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

Usage Guidelines3/5

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

It conveys an implied use case—when you need free Bing keyword ideas backed by real impression counts—but it never states when not to use it or which sibling (e.g., suggest, bing_keyword) would be an alternative. With 15 sibling tools, more explicit routing would help.

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