upload_project_file
Upload a file to a GitLab project and get a markdown link to embed in merge request comments or issue descriptions.
Instructions
Upload a file to a GitLab project. Returns a markdown string and URL that can be embedded in MR comments, issue descriptions, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Local file path to upload (e.g., "/tmp/screenshot.png") | |
| project_id | Yes | Project ID or path |