Skip to main content
Glama

mcp-server-google-analytics

by ruchernchong

runReport

Generate Google Analytics 4 reports by specifying date ranges, metrics, dimensions, and filters to analyze website performance data.

Instructions

Run a report to get analytics data

Input Schema

NameRequiredDescriptionDefault
dimensionFilterNoFilter for dimensions
dimensionsYesDimensions to group by (e.g., page, country)
endDateYesEnd date in YYYY-MM-DD format
metricsYesMetrics to include in the report
startDateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "dimensionFilter": { "description": "Filter for dimensions", "type": "object" }, "dimensions": { "description": "Dimensions to group by (e.g., page, country)", "items": { "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "endDate": { "description": "End date in YYYY-MM-DD format", "type": "string" }, "metrics": { "description": "Metrics to include in the report", "items": { "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "startDate": { "description": "Start date in YYYY-MM-DD format", "type": "string" } }, "required": [ "startDate", "endDate", "metrics", "dimensions" ], "type": "object" }

Other Tools from mcp-server-google-analytics

Related Tools

    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/ruchernchong/mcp-server-google-analytics'

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