Skip to main content
Glama

gitlab-mcp-server

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoda-digital/mcp-gitlab-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server