gitlab-mcp-server

by yoda-digital
Verified

list_project_wiki_pages

Retrieve all wiki pages for a specified GitLab project, optionally including content, to streamline documentation access and management.

Instructions

List all wiki pages for a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idNo
with_contentNo

Input Schema (JSON Schema)

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