gitlab-mcp-server

by yoda-digital
Verified

upload_project_wiki_attachment

Upload files as attachments to a GitLab project wiki by specifying the branch, file path, project ID, and content. Simplify documentation and resource management directly within the wiki.

Instructions

Upload an attachment to a GitLab project wiki

Input Schema

NameRequiredDescriptionDefault
branchNo
contentNo
file_pathNo
project_idNo

Input Schema (JSON Schema)

{ "properties": { "branch": { "type": "string" }, "content": { "type": "string" }, "file_path": { "type": "string" }, "project_id": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y