Skip to main content
Glama

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" }
Install Server

Other Tools from pocketbase-mcp-server

Related Tools

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

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