gitlab-mcp-server

by yoda-digital
Verified

list_project_members

Retrieve a comprehensive list of all members in a GitLab project, including inherited members, by specifying project ID, query, and pagination options.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
pageNo
per_pageNo
project_idNo
queryNo

Input Schema (JSON Schema)

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