Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

create_user

Create a new user account in PocketBase by providing email, password, and verification settings to establish user authentication and access control.

Instructions

Create a new user account

Input Schema

NameRequiredDescriptionDefault
additionalDataNoAdditional user data fields specific to your auth collection
collectionNoAuth collection name (default: 'users')
emailYesUser email
emailVisibilityNoWhether the user email is publicly visible (default: false)
passwordYesUser password
passwordConfirmYesPassword confirmation (must match password)
verifiedNoWhether the user is verified (default: false)

Input Schema (JSON Schema)

{ "properties": { "additionalData": { "description": "Additional user data fields specific to your auth collection", "type": "object" }, "collection": { "description": "Auth collection name (default: 'users')", "type": "string" }, "email": { "description": "User email", "type": "string" }, "emailVisibility": { "description": "Whether the user email is publicly visible (default: false)", "type": "boolean" }, "password": { "description": "User password", "type": "string" }, "passwordConfirm": { "description": "Password confirmation (must match password)", "type": "string" }, "verified": { "description": "Whether the user is verified (default: false)", "type": "boolean" } }, "required": [ "email", "password", "passwordConfirm" ], "type": "object" }

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/fadlee/pocketbase-mcp'

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