> ## 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.

# Remove Duplicates

> Removes duplicate items from lists while preserving unique values

Removes duplicate items from lists while preserving unique values

|                      |                          |
| -------------------- | ------------------------ |
| **App**              | List Tools               |
| **Operation ID**     | `list_remove_duplicates` |
| **Type**             | Action                   |
| **Connection**       | None                     |
| **Credits per run**  | Free                     |
| **Agent / MCP tool** | Yes                      |

## Inputs

| Field  | Type                                          | Required | Default | Description                                    |
| ------ | --------------------------------------------- | -------- | ------- | ---------------------------------------------- |
| `list` | array (also accepts a comma-separated string) | No       | -       | Select the list to remove duplicate items from |

## Output

**Type**: `List`

Returns list with duplicates removed.
