Skip to main content
Get detailed information about a GitLab project

Tool details

FieldValue
Namegitlab__get_project
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "GitLab numeric project ID or raw namespace/project path"
    }
  },
  "required": [
    "projectId"
  ],
  "description": "Input schema for the gitlab__get_project tool."
}

Output schema

This tool does not publish an output schema.