# wiki — gitlab

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

Canonical: https://mcp.jmrp.io/es/servers/gitlab/actions/wiki/
Language: es
Alternate: https://mcp.jmrp.io/servers/gitlab/actions/wiki/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

### `wiki.create` — Wiki Create

Create a new wiki page. Returns: the created page with title, slug, format, content, and encoding. See also: wiki.get, wiki.update, wiki.list.

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

### `wiki.delete` — Wiki Delete

_destructiva_

Delete a wiki page permanently. Returns: a success confirmation for the removed page. See also: wiki.get, wiki.list.

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

### `wiki.get` — Wiki Get

_solo lectura_

Get a single wiki page by slug. Returns: the page title, slug, format, content, and encoding. See also: wiki.list, wiki.update, wiki.delete.

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

### `wiki.list` — Wiki List

_solo lectura_

List a project's wiki pages. Returns: each page's title, slug, and format (plus content when with_content is set), with hints to read or create pages. See also: wiki.get, wiki.create.

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

### `wiki.update` — Wiki Update

Update an existing wiki page by slug. Returns: the updated page with title, slug, format, content, and encoding. See also: wiki.get, wiki.delete, wiki.list.

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

### `wiki.upload_attachment` — Wiki Upload Attachment

Upload an attachment to the project wiki repository. Returns: the attachment file name, file path, branch, URL, and ready-to-paste Markdown link. See also: wiki.get, wiki.update.

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