Project wiki
gitlab_wikiList, read, create, update, and delete wiki pages for a GitLab project.
Instructions
Lists, reads and edits wiki pages of a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Page slug, required for get/update/delete | |
| title | No | ||
| action | Yes | ||
| format | No | ||
| content | No | Markdown content for create/update | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| with_content | No | For list: include page bodies |