Appwrite MCP Server

Official

users_create_scrypt_user

Create user with Scrypt password

Input Schema

NameRequiredDescriptionDefault
emailYesParameter 'email'
nameNoParameter 'name'
passwordYesParameter 'password'
password_cpuYesParameter 'password_cpu'
password_lengthYesParameter 'password_length'
password_memoryYesParameter 'password_memory'
password_parallelYesParameter 'password_parallel'
password_saltYesParameter 'password_salt'
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" }, "password_cpu": { "description": "Parameter 'password_cpu'", "type": "string" }, "password_length": { "description": "Parameter 'password_length'", "type": "string" }, "password_memory": { "description": "Parameter 'password_memory'", "type": "string" }, "password_parallel": { "description": "Parameter 'password_parallel'", "type": "string" }, "password_salt": { "description": "Parameter 'password_salt'", "type": "string" }, "user_id": { "description": "Parameter 'user_id'", "type": "string" } }, "required": [ "user_id", "email", "password", "password_salt", "password_cpu", "password_memory", "password_parallel", "password_length" ], "type": "object" }

You must be authenticated.

Other Tools