You're viewing a demo portfolio

Join the waitlist
PRSM

gitlab_get_project

Active

Tool of Gitlab

declared in 0.1.0

Get details for a specific GitLab project (e.g., project ID "123" or path "group/project"). Returns name, description, visibility, stars, forks, and default branch.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "123",
      "_apiKey": "your-gitlab-api-key"
    },
    {
      "id": "group%2Fproject",
      "_apiKey": "your-gitlab-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Project ID (numeric) or URL-encoded path (e.g., \"group%2Fproject\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "GitLab personal access token"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gitlab

https://github.com/pipeworx-io/mcp-gitlab

1/7 registries
View full server →
gitlab_get_project — Gitlab — PRSM MCP