Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth2 client ID (e.g., your-client-id.apps.googleusercontent.com) | |
| GOOGLE_REDIRECT_URI | No | The OAuth2 redirect URI (must be added to authorized redirect URIs in Google Cloud Console) | http://localhost:3000/oauth2callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth2 client secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |