gitlab-mcp-server

by yoda-digital
Verified

list_group_members

Retrieve all members of a GitLab group, including inherited members, by specifying group ID, pagination, and optional search query for precise results.

Instructions

List all members of a GitLab group (including inherited members)

Input Schema

NameRequiredDescriptionDefault
group_idNo
pageNo
per_pageNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "group_id": { "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "query": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y