create_file_tool
Create a new file in a GitLab repository by providing project ID, file path, branch, content, and commit message. Supports text or base64 encoding.
Instructions
Create a new file in a GitLab repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch to commit to | |
| content | Yes | File content (text or base64 depending on encoding) | |
| encoding | No | Content encoding - "text" or "base64" (default: text) | text |
| file_path | Yes | Path for the new file | |
| project_id | Yes | Project ID or path | |
| commit_message | Yes | Commit message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||