ga_list_properties
ActiveTool of Google_analytics
declared in 0.1.0
List all GA4 properties you can access. Returns property IDs, names, creation dates, and account info. Use to find the property ID for ga_run_report queries.
Parameters schema
{
"type": "object",
"examples": [
{
"page_size": 50
}
],
"required": [],
"properties": {
"page_size": {
"type": "number",
"description": "Maximum number of account summaries to return (default 50)"
},
"page_token": {
"type": "string",
"description": "Token for fetching the next page of results"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_analytics
https://github.com/pipeworx-io/mcp-google_analytics
1/7 registries