Skip to main content
Glama

google-trends.related_queries

Fetch Google Trends related queries for one to five keywords.

Returns a JSON object whose top-level keys are your keywords. Each value has top and rising sections; each section has query (rank index to query string) and value (rank index to score).

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.

Use google-trends.categories and google-trends.regions to discover valid category, country, and region values.

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.

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/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 full burden of disclosure. It thoroughly explains the return structure (top-level keys, top/rising sections, query/value), parameter defaults, requirements like datetime-with-timezone and region-country dependency, and even the cost. It does not cover error cases or rate limits, but for a read-only query tool this is strong transparency.

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?

Four concise, information-dense sentences cover purpose, return format, parameter rules, cross-tool references, and cost. No filler, and the most critical information is front-loaded.

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 tool's moderate complexity (7 params, output schema present), the description provides comprehensive input guidance, defaults, output structure summary, and related tools. Missing explicit sibling differentiation is a minor gap, but overall it is complete enough for an agent to use correctly.

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%, and the schema already describes each parameter with defaults and examples. The description adds minimal extra semantic value (e.g., 'region requires a valid country') but largely mirrors the schema, so the 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 opens with 'Fetch Google Trends related queries for one to five keywords,' which uses a specific verb and resource, defines the scope, and clearly distinguishes this tool from sibling google-trends tools like interest_over_time or interest_by_region. The purpose is unambiguous and immediately actionable.

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 description sets clear usage context (one to five keywords, required start format, defaults) and cross-references google-trends.categories and google-trends.regions for discovering valid parameters. However, it does not explicitly state when to prefer this tool over related siblings or provide exclusion criteria, leaving the choice somewhat implied.

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.