Get Project
get_projectGet full details for a public GitLab project by ID or path (e.g., "gitlab-org%2Fgitlab"). Returns name, description, stars, forks, default branch, topics, and last activity date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project numeric ID or URL-encoded path (e.g., "gitlab-org%2Fgitlab") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project numeric ID | |
| url | Yes | Project web URL | |
| name | Yes | Project name | |
| forks | Yes | Fork count | |
| stars | Yes | Star count | |
| topics | Yes | Project topics/tags | |
| archived | Yes | Whether the project is archived | |
| full_path | Yes | Project path with namespace | |
| namespace | Yes | Project namespace full path | |
| created_at | Yes | ISO timestamp of creation | |
| visibility | Yes | Project visibility (public, private, etc.) | |
| description | Yes | Project description | |
| open_issues | Yes | Open issues count | |
| last_activity | Yes | ISO timestamp of last activity | |
| default_branch | Yes | Default branch name |