gitlab-mcp-server

by yoda-digital
Verified

get_group_wiki_page

Retrieve a specific wiki page for a GitLab group, with options to render HTML content and specify the version, using input parameters like group ID and page slug.

Instructions

Get a specific wiki page for a GitLab group

Input Schema

NameRequiredDescriptionDefault
group_idNo
render_htmlNo
slugNo
versionNo

Input Schema (JSON Schema)

{ "properties": { "group_id": { "type": "string" }, "render_html": { "type": "boolean" }, "slug": { "type": "string" }, "version": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y