Tag actions
gitlab_tag_actionCreate or delete GitLab tags by specifying tag name, target ref, and optional message. Use action 'create' or 'delete' to manage tags in projects.
Instructions
Creates or deletes a tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | For create: branch or SHA | |
| action | Yes | ||
| message | No | For create: annotated tag message | |
| tag_name | Yes | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |