Skip to main content
Glama
Cituna

Cituna MCP Server

Official
by Cituna

gsc_query

Run custom Google Search Console queries returning clicks, impressions, CTR, and position, with selectable dimensions, filters, and date ranges.

Instructions

Run an arbitrary Google Search Console Search Analytics query — the raw, flexible tool. Choose any dimensions (query, page, country, device, searchAppearance, date), an explicit date range OR a trailing days window, a row limit, and optional filters. Use dimensions:['date'] for day-by-day trends; ['country'] or ['device'] for splits; add filters to focus on a specific query or page. Windows are UTC and end ~2 days ago (GSC lag). Returns rows with keys[] plus clicks/impressions/ctr/position. Default rowLimit 100 — page with startRow when capped. Requires a paid plan (Starter+).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoTrailing window in days (1–480) when startDate/endDate are omitted. Default 28. Window ends ~2 days ago (GSC lag).
typeNoSearch type. Default 'web'.
domainNoBare domain, e.g. 'example.com'. Resolved to a connected GSC property. Provide this OR siteUrl.
endDateNoYYYY-MM-DD. Overrides `days`. Must be paired with startDate.
filtersNoOptional filters, combined with AND. Each: {dimension, operator, expression}. e.g. {dimension:'query', operator:'contains', expression:'pricing'} or {dimension:'country', operator:'equals', expression:'usa'} (3-letter ISO) or {dimension:'device', operator:'equals', expression:'MOBILE'}.
siteUrlNoExact GSC property instead of a domain, e.g. 'sc-domain:example.com' or 'https://example.com/'. Optional.
rowLimitNoMax rows to return (1–25000). Default 100.
startRowNoZero-based offset for pagination. Default 0.
dataStateNo'final' (default, stable) or 'all' (includes the freshest partial data for the last ~2 days).
startDateNoYYYY-MM-DD. Overrides `days`. Must be paired with endDate.
dimensionsNoDimensions to group by. Default ['query'].
Behavior4/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the GSC 2-day data lag explicitly, explains the UTC window behavior, notes the paid-plan requirement, mentions output shape (rows with keys[] plus clicks/impressions/ctr/position), and states pagination behavior when capped. The only gap is lack of detail on what happens with oversized result sets beyond startRow pagination.

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?

Comprehensive but compact — three sentences packed with high-value information (dimension list, use cases, lag disclosure, pagination, plan requirement, return shape). Every sentence earns its place, nothing redundant with the schema. Front-loaded with the core purpose.

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?

For an 11-parameter, highly flexible tool with no annotations and no output schema, the description is remarkably complete. It covers the key decision (dimension selection for different analytical goals), the datetime handling (days vs date range, UTC, lag), filtering patterns, pagination, access requirements, and return format. This addresses essentially every practical question an agent would face in selecting and invoking this tool.

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 all 11 parameters are described in the schema itself, giving a baseline of 3. The description adds value above that: it explains the mutual exclusivity/priority between days window vs explicit date range, gives a concrete filter example pattern, and demonstrates dimension combinations. It doesn't fully document the interplay between type/enum values and dimensions, but builds meaningfully on the schema.

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?

Description clearly states it runs arbitrary GSC Search Analytics queries with specific verb+resource ('raw, flexible tool'). It names all six dimensions, explicitly enumerates use cases (['date'] for trends, ['country']/['device'] for splits, filters for focusing), and distinguishes itself as the raw flexible option versus sibling gsc_overview which is more curated.

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?

Provides explicit when-to-use guidance with concrete dimension recipes (day-by-day trends, splits, query/page focus) and operational details: trailing window ends ~2 days ago due to GSC lag, default rowLimit 100 with pagination note, paid plan requirement (Starter+). Though it doesn't name alternative tools explicitly, it positions itself as the flexible counterpart to overview tools, giving clear context.

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/Cituna/cituna-mcp'

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