Skip to main content
Glama

gitlab-mcp-server

create_project_wiki_page

Automate the creation of a new wiki page for a GitLab project, specifying title, content, format, and project ID to streamline documentation processes.

Instructions

Create a new wiki page for a GitLab project

Input Schema

NameRequiredDescriptionDefault
contentNo
formatNo
project_idNo
titleNo

Input Schema (JSON Schema)

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