gtm_list
List Google Tag Manager entities one hierarchy level at a time, returning concise summaries with paths to drill down or fetch full details.
Instructions
List Google Tag Manager entities one hierarchy level at a time.
Returns trimmed summaries (path, name, type, IDs) to keep context small;
each item's path feeds gtm_get (full detail) or a deeper gtm_list call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return complete entity JSON instead of trimmed summaries. Prefer gtm_get for a single entity. | |
| parent | No | Parent path from a previous result, e.g. '' for accounts, 'accounts/123' for containers, 'accounts/123/containers/456' for workspaces/versions/environments, 'accounts/123/containers/456/workspaces/7' for tags/triggers/variables. | |
| page_token | No | Pagination token from a previous response. | |
| entity_type | Yes | Which GTM entity to list. Walk the hierarchy: accounts -> containers -> workspaces -> tags/triggers/variables/... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||