Skip to main content
Glama

MCP Test Server

by yvanfreitas

get_users

Retrieve user data from the mock database on the MCP Test Server. Filter results by user role (admin, user, moderator) to manage and access specific user information efficiently.

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