Skip to main content
Glama

get_users

Retrieve user details from GitLab by providing specific usernames to access profile information and manage team members.

Instructions

Get GitLab user details by usernames

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernamesYesArray of usernames to search for

Implementation Reference

  • Input schema for the 'get_users' tool. Defines the expected input parameters: an array of usernames to retrieve user information for.
    export const GetUsersSchema = z.object({ usernames: z.array(z.string()).describe("Array of usernames to search for"), });

Latest Blog Posts

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/harshmaur/gitlab-mcp'

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