> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Folder Entities

> Lists the tags, triggers, and variables inside a Google Tag Manager folder

Lists the tags, triggers, and variables inside a Google Tag Manager folder.

|                      |                            |
| -------------------- | -------------------------- |
| **App**              | Google Tag Manager         |
| **Operation ID**     | `gtm_list_folder_entities` |
| **Type**             | Action                     |
| **Connection**       | `gtm` (required)           |
| **Credits per run**  | 1                          |
| **Agent / MCP tool** | Yes                        |

## Inputs

| Field       | Type           | Required | Default | Description                                                                                              |
| ----------- | -------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- |
| `account`   | DynamicAccount | Yes      | -       | Select the Google Tag Manager account.                                                                   |
| `container` | DynamicAccount | Yes      | -       | Select the container.                                                                                    |
| `workspace` | DynamicAccount | Yes      | -       | Select the workspace.                                                                                    |
| `folder`    | DynamicAccount | Yes      | -       | Select the folder whose entities (tags, triggers, variables) should be listed, or provide its folder ID. |

## Output

**Type**: `Dict`

Returns \{tag: \[...], trigger: \[...], variable: \[...]} as provided by the Tag Manager API.
