Skip to main content
Glama

MCP User Management Server

by TalissonFV

create-user

Adds new user profiles to the MCP User Management Server with required details like name, email, password, address, and phone for streamlined user provisioning.

Instructions

Create a new user

Input Schema

NameRequiredDescriptionDefault
addressYes
emailYes
nameYes
passwordYes
phoneYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "name", "email", "password", "address", "phone" ], "type": "object" }

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

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