gitlab-mcp-server

by yoda-digital
Verified

list_group_projects

List all projects (repositories) within a specific GitLab group

Input Schema

NameRequiredDescriptionDefault
archivedNo
group_idNo
include_subgroupsNo
order_byNo
pageNo
per_pageNo
searchNo
simpleNo
sortNo
visibilityNo

Input Schema (JSON Schema)

{ "properties": { "archived": { "type": "boolean" }, "group_id": { "type": "string" }, "include_subgroups": { "type": "boolean" }, "order_by": { "enum": [ "id", "name", "path", "created_at", "updated_at", "last_activity_at" ], "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "search": { "type": "string" }, "simple": { "type": "boolean" }, "sort": { "enum": [ "asc", "desc" ], "type": "string" }, "visibility": { "enum": [ "public", "internal", "private" ], "type": "string" } }, "type": "object" }