Skip to main content
Glama
ducnhd

google-data-mcp

by ducnhd

google_trends_interest

Analyze a single keyword's Google Trends interest over time. Returns relative 0-100 scores per request, so use google_trends_compare to rank terms against each other.

Instructions

Google Trends interest over time for ONE keyword. Values are 0-100 relative WITHIN this single request, so they are not comparable to another call's numbers — use google_trends_compare when you need to rank terms against each other.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geoNoCountry or sub-region code (US, VN, US-CA). Empty = worldwide.
keywordYesA single search term.
timeframeNoGoogle's own range string: 'today 12-m', 'today 5-y', 'now 7-d', 'all', or '2025-01-01 2025-12-31'.today 12-m
Behavior4/5

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

With no annotations, the description carries the burden, and it discloses a key behavioral trait: values are '0-100 relative WITHIN this single request' and 'not comparable to another call's numbers'. This is valuable context beyond the schema. It doesn't mention return format or rate limits, but for a simple read-only tool, this is adequate.

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?

Two sentences, front-loaded with the core purpose, followed by a critical caveat and a clear sibling reference. No filler or redundancy.

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 simplicity, full schema coverage, and lack of output schema, the description covers the main usage caveat (non-comparability) and the alternative. It could explicitly state the response is a time series, but 'interest over time' implies it. 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% with descriptive parameter explanations for keyword, geo, and timeframe. The description adds little beyond saying 'ONE keyword', which mostly reinforces the schema's 'A single search term'. Baseline 3 applies as the schema does the heavy lifting.

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 'interest over time for ONE keyword', a specific verb+resource with explicit scope. It also distinguishes itself from google_trends_compare by noting the alternative for ranking terms, which differentiates it from the sibling tool.

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?

Explicitly says 'use google_trends_compare when you need to rank terms against each other', providing a direct alternative and the condition for choosing it. This also implicitly states the current tool is for single-keyword relative interest, making usage context clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ducnhd/google-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server