Skip to main content
Glama

PocketBase MCP Server

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

NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
emailYesUser email
nameNoUser name
passwordYesUser password
passwordConfirmYesPassword confirmation

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "users", "description": "Collection name (default: users)", "type": "string" }, "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" }

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

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