gitlab-mcp-server

by yoda-digital
Verified

get_project_wiki_page

Retrieve a specific wiki page for a GitLab project by providing project ID, slug, and optional version. Supports rendering in HTML format for enhanced readability and integration.

Instructions

Get a specific wiki page for a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idNo
render_htmlNo
slugNo
versionNo

Input Schema (JSON Schema)

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