Skip to main content
Glama

Search Google Ads Geo Targets

adsap_google_search_geo_targets

Find Google Ads geo target constants by location name (city, region, country, postal area) for Search campaign location targeting. Returns id, name, target type, country, reach and parent locations for each match — the id is exactly what adsap_google_create_search_campaign expects in geo.location_ids. Up to 25 names per call; pass country_code to disambiguate (e.g. Paris FR vs Paris TX). For Meta geo targeting use adsap_search_geo_locations instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoDisplay-language locale for the returned names (default 'en').
country_codeNoOptional 2-letter ISO country code to scope the search — recommended for ambiguous city names.
location_namesYesLocation names to resolve, e.g. ['Paris', 'Lyon']. Max 25 per call.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It covers output fields, the downstream use of id, the 25-name limit, and ambiguity handling. It does not mention possible edge cases like no-match behavior or rate limits, but for a lookup tool the disclosed behavior is strong.

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?

Three sentences with no filler. The purpose is front-loaded, the key output detail is placed prominently, and each sentence contributes either operational guidance or sibling differentiation.

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

Completeness5/5

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

Given the absence of an output schema, the description compensates well by naming the return fields, clarifying the id's downstream role, specifying the input cap, and giving disambiguation advice. This is complete enough for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining that country_code disambiguates cases like Paris FR vs Paris TX and by clarifying that the returned id is consumed by adsap_google_create_search_campaign. This extra operational meaning justifies a score above baseline.

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

Purpose5/5

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

The description starts with a specific verb ('Find') and clearly identifies the resource: Google Ads geo target constants by location name for Search campaign location targeting. It explicitly distinguishes itself from the Meta geo targeting sibling, so an agent can tell them apart without inspecting schemas.

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

Usage Guidelines5/5

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

It states the exact use case (Search campaign location targeting), explains how the returned id feeds into adsap_google_create_search_campaign, and explicitly directs Meta geo targeting users to adsap_search_geo_locations. It also gives concrete guidance on when to use country_code to disambiguate ambiguous names.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources