# feature_flags — gitlab

> 10 acciones
> Esta página en markdown. Índice: https://mcp.jmrp.io/llms.txt

Canonical: https://mcp.jmrp.io/es/servers/gitlab/actions/feature_flags/
Language: es
Alternate: https://mcp.jmrp.io/servers/gitlab/actions/feature_flags/index.md
Updated: 2026-09-11T09:56:41+02:00
License: https://mcp.jmrp.io/es/license/

Contado con un token Free contra gitlab.com, que es el único host con el que habla este endpoint: para usarlo contra una instancia self-managed, levanta tú el servidor — su documentación lo cubre. El catálogo depende del token que pregunta, así que el recuento se mueve con su tier y con sus permisos: los tiers superiores exponen más acciones, y los dominios de administración solo aparecen a tokens autorizados a usarlos. Por eso las cifras difieren en otros sitios: el proyecto upstream cataloga 1.006 acciones en 162 dominios, y 851 en la superficie Free/CE, mientras que este despliegue publica 747 porque es solo-OAuth y actúa con tu token, así que los dominios de administración que una cuenta sin admin no puede llamar no aparecen nunca. Las tres describen el mismo catálogo, contado desde tres sitios distintos.

## Acciones

### `feature_flags.feature_flag_create` — Feature Flag Create

Create a feature flag with optional activation strategies and scopes. Returns: the created flag with active state, version, scopes, and strategies. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_update.

**Parámetros obligatorios:** `name (string)`, `project_id (string)`

### `feature_flags.feature_flag_delete` — Feature Flag Delete

_destructiva_

Delete a feature flag permanently. Returns: a success confirmation naming the flag. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_list.

**Parámetros obligatorios:** `name (string)`, `project_id (string)`

### `feature_flags.feature_flag_get` — Feature Flag Get

_solo lectura_

Get a single feature flag by name. Returns: the flag with active state, version, environment scopes, and activation strategies. See also: feature_flags.feature_flag_list, feature_flags.feature_flag_update, feature_flags.feature_flag_delete.

**Parámetros obligatorios:** `name (string)`, `project_id (string)`

### `feature_flags.feature_flag_list` — Feature Flag List

_solo lectura_

List feature flags in a project with optional scope filter, ordering, and pagination. Returns: matching feature flags with active state, version, scopes, strategies, and pagination metadata. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_create.

**Parámetros obligatorios:** `project_id (string)`

### `feature_flags.feature_flag_update` — Feature Flag Update

Update a feature flag's name, description, active state, or strategies. Returns: the updated flag with active state, version, scopes, and strategies. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_delete.

**Parámetros obligatorios:** `name (string)`, `project_id (string)`

### `feature_flags.ff_user_list_create` — Ff User List Create

Create a feature flag user list in a project. Returns: the created list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_list, feature_flags.ff_user_list_get, feature_flags.ff_user_list_update.

**Parámetros obligatorios:** `name (string)`, `project_id (string)`, `user_xids (string)`

### `feature_flags.ff_user_list_delete` — Ff User List Delete

_destructiva_

Delete a feature flag user list by its user_list_iid. Returns: a success confirmation naming the deleted list. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_list.

**Parámetros obligatorios:** `project_id (string)`, `user_list_iid (integer)`

### `feature_flags.ff_user_list_get` — Ff User List Get

_solo lectura_

Get a single feature flag user list by its user_list_iid. Returns: the list's id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_list, feature_flags.ff_user_list_update, feature_flags.ff_user_list_delete.

**Parámetros obligatorios:** `project_id (string)`, `user_list_iid (integer)`

### `feature_flags.ff_user_list_list` — Ff User List List

_solo lectura_

List feature flag user lists for a project with search, ordering, and offset or keyset pagination. Returns: each list's id, iid, project_id, name, user_xids, created_at, updated_at, plus pagination metadata. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_create.

**Parámetros obligatorios:** `project_id (string)`

### `feature_flags.ff_user_list_update` — Ff User List Update

Update a feature flag user list's name or user_xids by its user_list_iid. Returns: the updated list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_list, feature_flags.ff_user_list_delete.

**Parámetros obligatorios:** `project_id (string)`, `user_list_iid (integer)`
