Skip to main content
Glama

Clerk MCP Server

by correaito

list-users

Retrieve all registered Clerk users with pagination controls to manage user lists efficiently.

Instructions

Lista todos os usuários cadastrados no Clerk com paginação

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
orderByNocreated_at

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "minimum": 0, "type": "number" }, "orderBy": { "default": "created_at", "enum": [ "created_at", "updated_at" ], "type": "string" } }, "type": "object" }

Other Tools from Clerk MCP Server

Related Tools

    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/correaito/mcp_clerk'

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