Skip to main content
Glama
konkomaji

Google Marketing MCP

by konkomaji

ads_keyword_ideas

Generate keyword ideas from seed keywords or a landing page URL, returning average monthly searches, competition level, and bid range to guide Google Ads planning.

Instructions

Keyword research: generate keyword ideas with avg monthly searches, competition level, and top-of-page bid range (low/high). Seed from keywords and/or a landing page URL. This is the Keyword Planner research tool.

Args: customer_id: 10-digit account id (any account with Planner access works). seed_keywords: list of seed terms, e.g. ["running shoes","trail shoes"]. page_url: optional landing page URL to seed ideas from. location_ids: Google geo target ids (e.g. [2840] = United States, [2826] = United Kingdom, [2356] = India). Omit for no geo constraint. language_id: language constant id (1000 = English, 1019 = Spanish, 1010 = French, 1001 = German). limit: max ideas to return. include_adult: include adult keywords (default False).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
page_urlNo
customer_idNo
language_idNo
location_idsNo
include_adultNo
seed_keywordsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It usefully notes that any account with Planner access works and that omitting location_ids removes geo constraints. However, it does not explicitly state that at least one seed source should be provided, nor does it mention read-only behavior, failure modes, or limits beyond the limit parameter.

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

Conciseness5/5

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

The purpose is front-loaded in one sentence, followed by a clean, scannable Args block. Every line adds information (examples, defaults, optionality), with no filler or repetition of schema types.

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?

Given the 7 parameters and an output schema that covers return shape, the description covers inputs thoroughly and gives practical examples. The only notable gap is not explicitly stating that at least one seed source (keywords or page_url) is expected despite no schema-required parameters.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates by explaining every parameter with examples and defaults: customer_id, seed_keywords with example values, page_url as optional, location_ids with geo ID examples, language_id with constants, limit, and include_adult with its default. This adds substantial meaning beyond the bare schema.

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 states a specific verb and resource: 'generate keyword ideas with avg monthly searches, competition level, and top-of-page bid range' and identifies itself as the 'Keyword Planner research tool.' It is clear, but it does not explicitly contrast with sibling tools like ads_historical_search_volume or ads_keyword_performance, so it stops short of full differentiation.

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?

The opening 'Keyword research' and 'This is the Keyword Planner research tool' imply when to use it, and the seeding options are described. However, there is no explicit statement of when not to use it or which sibling should be chosen for historical volume, performance, or adding keywords.

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

Deploy Server

Other Tools