gitlab-mcp-server

by yoda-digital
Verified

list_group_wiki_pages

Retrieve all wiki pages for a GitLab group, optionally including content, to organize and manage group knowledge resources efficiently.

Instructions

List all wiki pages for a GitLab group

Input Schema

NameRequiredDescriptionDefault
group_idNo
with_contentNo

Input Schema (JSON Schema)

{ "properties": { "group_id": { "type": "string" }, "with_content": { "type": "boolean" } }, "type": "object" }
ID: jk2pjeuy0y