Skip to main content
Glama

User Management MCP Server

create-user

Add a new user to the User Management MCP Server system by providing required details such as name, email, address, age, and phone number.

Instructions

Create a new user in the system

Input Schema

NameRequiredDescriptionDefault
addressYes
ageYes
emailYes
nameYes
phoneYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "type": "string" }, "age": { "minimum": 0, "type": "integer" }, "email": { "format": "email", "type": "string" }, "name": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "name", "email", "address", "age", "phone" ], "type": "object" }
Install Server

Other Tools from User Management 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/SufyaanKhateeb/MCP'

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