google-analytics#
Browse google analytics resource actions that can be discovered, described, and executed through the Brandwave MCP server.
Capability flow
Connect to the Brandwave MCP server via OAuth, then use
discover-brandwave-capabilities, describe-brandwave-action, and execute-brandwave-action to work with these actions.list-google-analytics-properties#
List available Google Analytics properties for the connected account.
Owner only
Read-onlyIdempotent
Example prompt#
text
List all google analytics properties in my organization.Parameters#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
Response#
Returns { data } with the result.
Underlying SDK method: bw.google.listProperties(params)