gitlab-mcp-server

by yoda-digital
Verified

upload_group_wiki_attachment

Upload attachments to a GitLab group wiki by specifying the branch, content, file path, and group ID. Simplify file management and documentation updates.

Instructions

Upload an attachment to a GitLab group wiki

Input Schema

NameRequiredDescriptionDefault
branchNo
contentNo
file_pathNo
group_idNo

Input Schema (JSON Schema)

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