create_user
Generate new user accounts with specified email, password, name, and optional collection in PocketBase MCP Server. Simplify user management and database integration using structured input data.
Instructions
Create a new user account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Collection name (default: users) | users |
Yes | User email | ||
name | No | User name | |
password | Yes | User password | |
passwordConfirm | Yes | Password confirmation |