Skip to main content
Glama
Dweeb1578

Marketing Analytics MCP Server

by Dweeb1578

gsc_long_tail_queries

Extract long-tail conversational queries from Google Search Console with 7+ words, filtering by word count, date range, country, and row limit to surface natural-language problem statements for content strategy.

Instructions

Extract long-tail, conversational GSC queries — the closest proxy to what users type into LLMs.

Pulls all queries for the period, filters to those with >= min_words words, and returns them sorted by impressions. These 7+ word queries reflect natural-language problem statements rather than keyword searches, making them strong signals for GEO content strategy.

Args: start_date: YYYY-MM-DD (default: 31 days ago) end_date: YYYY-MM-DD (default: 3 days ago) min_words: Minimum word count to include (default: 7) country: 3-letter country code (default: usa) row_limit: Max queries to return after filtering (default: 100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNousa
end_dateNo
min_wordsNo
row_limitNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Without annotations, the description explains that it pulls queries, filters by min_words, sorts by impressions, and returns results. It is transparent about the filtering and sorting logic, though it does not detail rate limits or error states.

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 concise, front-loading the purpose and then listing parameters. A few words could be trimmed, but overall it is efficient and well-structured.

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 5 parameters and no annotations, the description covers purpose, filtering, sorting, and parameter formats. The output schema exists, so return values are documented elsewhere. No gaps are evident.

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 description coverage is 0%, so the description adds value by specifying date formats (YYYY-MM-DD), country code format (3-letter), and default values. It compensates well for the missing schema descriptions.

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 extracts long-tail, conversational GSC queries and positions them as a proxy for LLM inputs. It distinguishes from siblings by focusing on multi-word, natural-language queries rather than keyword searches.

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 implies use for GEO content strategy by linking queries to natural-language problem statements. It does not explicitly exclude other GSC tools or state when not to use, but the specific focus on long-tail queries provides clear guidance.

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/Dweeb1578/marketing-analytics-mcp'

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