Appwrite MCP Server

Official

users_create_md5_user

Generate a user in Appwrite by specifying user ID, email, and password, with the password stored as an MD5 hash for security.

Instructions

Create user with MD5 password

Input Schema

NameRequiredDescriptionDefault
emailYesParameter 'email'
nameNoParameter 'name'
passwordYesParameter 'password'
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Parameter 'email'", "type": "string" }, "name": { "description": "Parameter 'name'", "type": "string" }, "password": { "description": "Parameter 'password'", "type": "string" }, "user_id": { "description": "Parameter 'user_id'", "type": "string" } }, "required": [ "user_id", "email", "password" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v