Skip to main content
Glama

google-trends.interest_by_region

Fetch Google Trends interest-by-region breakdowns for one to five keywords.

Returns a JSON object whose top-level keys are your keywords. Each value maps location names (countries or subregions) to interest scores (0–100).

Requires start in datetime-with-timezone form (for example 2020-05-01T00:43:37+0100). Optional end defaults to now. country defaults to global; region requires a valid country. category and gprop default to all when omitted or empty. resolution is COUNTRY (default) or REGION.

Cost = 40 tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoRange end in datetime-with-timezone form. Defaults to now.
gpropNoGoogle property filter (for example images, news, youtube, froogle). Defaults to all.
startYesRange start in datetime-with-timezone form (for example 2020-05-01T00:43:37+0100).
regionNoRegion within country. Requires country when set.
countryNoCountry name for geo filtering. Defaults to global.
categoryNoTrends category or subcategory. Defaults to all.
keywordsYesUp to five keywords to compare.
resolutionNoGeographic resolution: COUNTRY (default) or REGION.COUNTRY

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description discloses the return structure (top-level keys as keywords, values as location-to-score maps), parameter defaults, and cost in tokens. It does not mention error handling or rate limits, but for a read-only fetch tool, this is sufficient behavioral insight.

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?

The description is organized with purpose first, then return format, then parameter constraints, and a cost note. Every sentence is informative, though the parameter section is slightly dense. No extraneous text, but it could be more streamlined.

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 8 parameters, no annotations, and an existing output schema, the description covers return format, defaults, and cost. It lacks explicit sibling differentiation and error handling, but for a moderately complex tool, it is reasonably complete.

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?

Schema coverage is 100%, so the schema fully documents all parameters. The description paraphrases these details and adds the 'region requires a valid country' constraint, which is also present in the schema. It adds marginal value beyond the schema, so baseline 3 is appropriate.

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 clearly states the tool's function: 'Fetch Google Trends interest-by-region breakdowns for one to five keywords.' It specifies the resource (interest-by-region), the verb (Fetch), and scope (one to five keywords), effectively distinguishing it from sibling tools like interest_over_time and related_queries.

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

Usage Guidelines4/5

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

The description provides clear context on return format and parameter defaults, including the relationship between country and region. However, it does not explicitly contrast with sibling tools like interest_over_time or related_queries, so it lacks explicit when-to-use vs. alternative guidance.

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.