download_attachment
Download an uploaded file from a GitLab project using the project ID, upload secret, and filename. Optionally save to a local path.
Instructions
Download an uploaded file from a project (images returned as base64; use local_path to save to disk)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | The 32-character secret of the upload | |
| filename | Yes | The filename of the upload | |
| local_path | No | Local path to save the file (optional, defaults to current directory) | |
| project_id | Yes | Project ID or URL-encoded path of the project |