Skip to main content
Glama

Get Analytics Time Series

get_timeseries
Read-only

Get time series analytics data grouped by hour, day, week, or month. Returns timestamped data points with totals. Use for trend analysis and charting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endAtNoISO 8601 end date (e.g. "2026-01-31")
limitNoMax results (1-1000, default: 100)
domainNoWebsite domain to query. Required when using a workspace token unless websiteId is provided.
fieldsNoComma-separated metrics: visitors, sessions, revenue, conversion_rate, name
offsetNoPagination offset (default: 0)
startAtNoISO 8601 start date (e.g. "2026-01-01")
intervalNoAggregation interval: hour, day, week, month (default: day)
timezoneNoIANA timezone (e.g. "America/New_York"). Falls back to site default.
filter_osNoFilter by operating system
websiteIdNoWebsite ID to query. Required when using a workspace token unless domain is provided.
filter_refNoFilter by ref URL parameter
filter_viaNoFilter by via URL parameter
filter_cityNoFilter by city
filter_goalNoFilter by goal name
filter_pageNoFilter by page path
filter_deviceNoFilter by device type: desktop, mobile, tablet
filter_regionNoFilter by region
filter_sourceNoFilter by source URL parameter
filter_browserNoFilter by browser name
filter_channelNoFilter by marketing channel
filter_countryNoFilter by country
filter_hostnameNoFilter by hostname
filter_referrerNoFilter by referrer domain
filter_utm_termNoFilter by UTM term
filter_entry_pageNoFilter by entry/landing page
filter_utm_mediumNoFilter by UTM medium
filter_utm_sourceNoFilter by UTM source
filter_utm_contentNoFilter by UTM content
filter_utm_campaignNoFilter by UTM campaign

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTimestamped data points for the chosen interval with the requested metrics and totals.

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds 'Returns timestamped data points with totals,' but this return behavior is largely already provided by the output schema. No additional behavioral context is given about pagination, auth token/domain requirements, or other edge cases beyond what the schema already exposes.

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?

The description is two sentences with no filler. It front-loads the core purpose, states the return shape, and ends with a clear use case. Every sentence earns its place.

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 rich structured context—100% schema description coverage for all 29 parameters, a read-only annotation, non-destructive annotation, and an output schema—the description needs only to orient the agent toward purpose and typical use. It does that clearly. Nothing necessary for correct invocking is missing when the schema and annotations are considered alongside it.

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 description coverage is 100%, so the baseline is 3. The description's grouping mention maps loosely to the 'interval' parameter but adds no meaning beyond the schema's interval enum and description. It does not compensate for or enrich the parameter semantics beyond what the input schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'Get time series analytics data grouped by hour, day, week, or month.' This distinguishes it from sibling analytics tools like get_breakdown or get_overview by emphasizing time-series grouping and timestamped data points. It does not explicitly name an alternative tool, so it falls short of a 5.

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 usage context: 'Use for trend analysis and charting.' This tells the agent when the tool is appropriate. However, it does not give explicit when-not-to-use guidance or name a sibling tool as the alternative, so it does not reach a 5.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool serves a distinct purpose: get_* tools cover different analytics dimensions (browsers, cities, countries, etc.) with clear scopes, while issue management and tracking tools are clearly separated. Even get_breakdown is explicitly scoped to dimensions without dedicated endpoints, avoiding overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (delete_goals, get_overview, track_goal, update_issue_status). Verbs are specific and predictable (get, delete, track, list, update), and there are no naming style mixes.

Tool Count2/5

At 27 tools, the set exceeds the 25-tool threshold considered 'too many.' While the domain is broad (analytics, tracking, issues), many get_* tools could be consolidated into get_breakdown with filter parameters, making the count feel inflated rather than necessarily well-scoped.

Completeness4/5

The tool surface covers the full analytics lifecycle: overview, time series, breakdowns, real-time data, visitor profiles, goal/payment tracking and deletion, plus AI issue listing/detail/status updates. Minor gaps exist (e.g., no update for goals/payments, no explicit list of defined goals), but these are non-critical and don't impair typical workflows.

Resources