Skip to main content
Glama
azuostech

MCP Marketing Analytics

Official
by azuostech

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_ADS_CLIENT_IDNoGoogle Ads OAuth client ID
GOOGLE_ADS_CUSTOMER_IDNoGoogle Ads customer ID
GOOGLE_ADS_CLIENT_SECRETNoGoogle Ads OAuth client secret
GOOGLE_ADS_REFRESH_TOKENNoGoogle Ads OAuth refresh token
GOOGLE_ADS_DEVELOPER_TOKENNoGoogle Ads developer token
GOOGLE_ADS_LOGIN_CUSTOMER_IDNoGoogle Ads login customer ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
data_source_discoveryA

List available marketing data sources and their configuration requirements

accounts_discoveryA

List connected marketing accounts for the selected data source

field_discoveryB

List available fields for a given marketing data source

data_queryB

Execute a marketing analytics query using the selected source, accounts, fields, and date range

get_query_resultsA

Retrieve the result of a previously executed query by schedule ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct step in the analytics workflow: source discovery, account discovery, field discovery, query execution, and result retrieval. There is no overlap between these purposes, so an agent can confidently select the right tool.

Naming Consistency3/5

The first three tools follow a consistent 'X_discovery' pattern, but the last two deviate with 'data_query' and 'get_query_results', mixing structural conventions. While all names use snake_case, the inconsistency in pattern makes the naming less predictable.

Tool Count5/5

With only five tools, the set is well-scoped for a focused marketing analytics server. Each tool serves a necessary function in the pipeline without redundancy or bloat.

Completeness5/5

The tool set covers the full discovery-to-results lifecycle: discover sources, accounts, fields, execute a query, and retrieve results. There are no obvious gaps for read-only analytics operations.

Maintenance

ActivitySlowing
ResponsivenessNo issues