Create release asset link
create_release_asset_linkAttach an external asset link to a GitLab release by specifying project, tag, name, and URL. Supports link types like runbook or package.
Instructions
Attach an external asset link to a GitLab release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| tag_name | Yes | ||
| link_type | No | ||
| direct_asset_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |