gitlab_get_project
Retrieve detailed metadata for a specific GitLab project using its ID or path, including settings, permissions, statistics, and configurations, via the MCP GitLab Server.
Instructions
Get comprehensive details of a specific GitLab project by ID or path (e.g., 'group/project'). Returns full project metadata including settings, permissions, statistics, and configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID (integer) or full path (string). Required. Format: 'namespace/project' or numeric ID |