gitlab-mcp-server

by yoda-digital
Verified

create_group_wiki_page

Generate a new wiki page for a GitLab group by specifying title, content, format, and group ID. Simplify documentation management within GitLab projects.

Instructions

Create a new wiki page for a GitLab group

Input Schema

NameRequiredDescriptionDefault
contentNo
formatNo
group_idNo
titleNo

Input Schema (JSON Schema)

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