Skip to main content
Glama

MCP Test Server

by yvanfreitas

get_users

Retrieve users from the mock database, optionally filtering by role (admin, user, moderator) to streamline user management tasks on the MCP Test Server.

Instructions

Get all users from the mock database

Input Schema

NameRequiredDescriptionDefault
roleNoFilter users by role (admin, user, moderator)

Input Schema (JSON Schema)

{ "properties": { "role": { "description": "Filter users by role (admin, user, moderator)", "enum": [ "admin", "user", "moderator" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Test 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/yvanfreitas/MCP-test'

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