Skip to main content
Glama

gitlab-mcp-server

edit_project_wiki_page

Modify an existing GitLab project wiki page by updating content, title, format, or slug. Use this tool to maintain accurate and up-to-date project documentation efficiently.

Instructions

Edit an existing wiki page for a GitLab project

Input Schema

NameRequiredDescriptionDefault
contentNo
formatNo
project_idNo
slugNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "format": { "enum": [ "markdown", "rdoc", "asciidoc", "org" ], "type": "string" }, "project_id": { "type": "string" }, "slug": { "type": "string" }, "title": { "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