> ## 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 Lead Forms

> Lists all lead gen forms from a Facebook page

Lists all lead gen forms from a Facebook page

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Meta Ads               |
| **Operation ID**     | `meta_list_lead_forms` |
| **Type**             | Action                 |
| **Connection**       | `meta_ads` (required)  |
| **Credits per run**  | 1                      |
| **Agent / MCP tool** | Yes                    |

## Inputs

| Field  | Type       | Required | Default | Description                                                                       |
| ------ | ---------- | -------- | ------- | --------------------------------------------------------------------------------- |
| `page` | SelectItem | Yes      | -       | Select Facebook page to list lead forms from, ask the user for it if not provided |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `List[Dict]`

Returns list of lead forms.

**Fields**: `id`, `name`, `status`
