Gtm Folder
gtm_folderManage Google Tag Manager folders: create, read, update, delete, or revert them. List folder entities and move tags, triggers, or variables into folders with confirmation.
Instructions
Manage GTM folders.
Standard CRUD+revert like gtm_tag, plus:
entities: path="/folders/{id}" → list entities in folder. (read-only)
move_entities_to_folder: path="/folders/{id}", params={tagId/triggerId/variableId}, confirm=true. Moves entities into the folder. (destructive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| action | Yes | ||
| config | No | ||
| params | No | ||
| parent | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||