Skip to main content
Glama

MCP Test Server

by yvanfreitas

create_user

Add new users to the MCP Test Server by specifying name, email, and role. Designed for efficient user management, it supports roles like admin, user, and moderator.

Instructions

Create a new user

Input Schema

NameRequiredDescriptionDefault
emailYesUser email
nameYesUser name
roleNoUser roleuser

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email", "type": "string" }, "name": { "description": "User name", "type": "string" }, "role": { "default": "user", "description": "User role", "enum": [ "admin", "user", "moderator" ], "type": "string" } }, "required": [ "name", "email" ], "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