gitlab_list_integrations
Retrieve all configured integrations/services for a specific GitLab project by providing its ID or URL-encoded path, enabling effective project management and workflow automation.
Instructions
List all available project integrations/services
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The ID or URL-encoded path of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The ID or URL-encoded path of the project",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}