Get project CI/CD variable metadata
get_project_ci_variableRetrieve CI/CD variable metadata for a GitLab project by key, verifying existence and properties without revealing its secret value.
Instructions
Get project CI/CD variable metadata without exposing its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| filter_environment_scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |