Googleapis Tagmanager
Connector for the googleapis-tagmanager API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://tagmanager.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
tagmanager_accounts_list— GET /tagmanager/v2/accounts — Lists all GTM Accounts that a user has access to.tagmanager_accounts_containers_lookup— GET /tagmanager/v2/accounts/containers:lookup — Looks up a Container by destination ID.tagmanager_accounts_containers_workspaces_built_— GET /tagmanager/v2/{parent}/built_in_variables — Lists all the enabled Built-In Variables of a GTM Container.tagmanager_accounts_containers_workspaces_client— GET /tagmanager/v2/{parent}/clients — Lists all GTM Clients of a GTM container workspace.tagmanager_accounts_containers_list— GET /tagmanager/v2/{parent}/containers — Lists all Containers that belongs to a GTM Account.tagmanager_accounts_containers_destinations_list— GET /tagmanager/v2/{parent}/destinations — Lists all Destinations linked to a GTM Container.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: tagmanager_accounts_list
# (attach an 'oauth' credential to the task — no inline secrets)