gitlab-mcp-server

by yoda-digital
Verified

edit_group_wiki_page

Update and manage GitLab group wiki pages by modifying content, title, format, and slug. Supports markdown, rdoc, asciidoc, and org formats for enhanced collaboration.

Instructions

Edit an existing wiki page for a GitLab group

Input Schema

NameRequiredDescriptionDefault
contentNo
formatNo
group_idNo
slugNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "format": { "enum": [ "markdown", "rdoc", "asciidoc", "org" ], "type": "string" }, "group_id": { "type": "string" }, "slug": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y