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_url

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

authenticate

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

check_auth_status

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

reset_auth

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

list_accounts

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

list_containers

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

get_container

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

create_container

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

list_workspaces

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

get_workspace

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

list_tags

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

get_tag

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

create_tag

新しいタグを作成します

update_tag

既存のタグを更新します

delete_tag

タグを削除します

list_triggers

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

get_trigger

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

update_trigger

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

delete_trigger

トリガーを削除します

create_trigger

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

list_variables

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

get_variable

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

create_variable

新しい変数を作成します

update_variable

既存の変数を更新します

delete_variable

変数を削除します

create_version

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

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