Skip to main content
Glama
ambit1977

Google Tag Manager MCP Server

by ambit1977

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLIENT_IDYesYour Google OAuth2 client ID (e.g., your-client-id.apps.googleusercontent.com)
GOOGLE_REDIRECT_URINoThe OAuth2 redirect URI (must be added to authorized redirect URIs in Google Cloud Console)http://localhost:3000/oauth2callback
GOOGLE_CLIENT_SECRETYesYour Google OAuth2 client secret

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_auth_urlB

OAuth2認証URLを取得します。このURLにアクセスして認証を完了してください。

authenticateA

認証コードを使用して認証を完了します。get_auth_urlで取得したURLにアクセスし、リダイレクト先のURLから認証コードを取得して使用してください。

check_auth_statusB

現在の認証状態を確認します

reset_authB

保存された認証情報をリセットします

list_accountsB

Google Tag Managerのアカウント一覧を取得します

list_containersC

指定されたアカウントのコンテナ一覧を取得します

get_containerC

指定されたコンテナの詳細を取得します

create_containerC

新しいコンテナを作成します

list_workspacesC

指定されたコンテナのワークスペース一覧を取得します

get_workspaceC

指定されたワークスペースの詳細を取得します

list_tagsC

指定されたワークスペースのタグ一覧を取得します

get_tagC

指定されたタグの詳細を取得します

create_tagC

新しいタグを作成します

update_tagC

既存のタグを更新します

delete_tagC

タグを削除します

list_triggersC

指定されたワークスペースのトリガー一覧を取得します

get_triggerC

指定されたトリガーの詳細を取得します

update_triggerC

既存のトリガーを更新します。filter、autoEventFilter、waitForTagsなどのすべての設定を更新できます。

delete_triggerC

トリガーを削除します

create_triggerD

新しいトリガーを作成します

list_variablesC

指定されたワークスペースの変数一覧を取得します

get_variableC

指定された変数の詳細を取得します

create_variableC

新しい変数を作成します

update_variableC

既存の変数を更新します

delete_variableC

変数を削除します

create_versionC

ワークスペースの変更をバージョンとして作成(公開準備)します

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ambit1977/GTM-MCP'

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