Advanced PocketBase MCP Server

confirm_email_change

Verify and update user email addresses securely by validating the email change token and current password within the Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection nameusers
passwordYesCurrent password for confirmation
tokenYesEmail change token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "default": "users", "description": "Collection name", "type": "string" }, "password": { "description": "Current password for confirmation", "type": "string" }, "token": { "description": "Email change token", "type": "string" } }, "required": [ "token", "password" ], "type": "object" }
ID: 75jh9xb2sg