pocketbase-mcp-server

create_user

Add new user accounts to PocketBase databases by providing email, password, and confirmation details. Ensures secure user creation for database management.

Instructions

Create a new user account

Input Schema

NameRequiredDescriptionDefault
emailYesUser email
nameNoUser name
passwordYesUser password
passwordConfirmYesPassword confirmation

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email", "type": "string" }, "name": { "description": "User name", "type": "string" }, "password": { "description": "User password", "type": "string" }, "passwordConfirm": { "description": "Password confirmation", "type": "string" } }, "required": [ "email", "password", "passwordConfirm" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

ID: z2xjuegxxh