Skip to main content
Glama

MCP Personal Tools Server

by Myk3rinos

create-user

Add a new user to the database by providing name, email, address, phone, and password. Designed for the MCP Personal Tools Server to manage user accounts efficiently.

Instructions

Create a new user in the database

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": { "format": "email", "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "name", "email", "address", "phone", "password" ], "type": "object" }

Other Tools from MCP Personal Tools 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/Myk3rinos/MCP'

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