Skip to main content
Glama

GitLab MCP Server

by rifqi96

gitlab_get_user

Retrieve detailed information about a specific user from a GitLab account by providing the user ID, facilitating user management and access control.

Instructions

Get details of a specific user

Input Schema

NameRequiredDescriptionDefault
user_idYesThe ID of the user

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "The ID of the user", "type": "number" } }, "required": [ "user_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rifqi96/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server