Skip to main content
Glama
mrwyndham

PocketBase MCP Server

confirm_email_change

Verify and finalize email address changes using a confirmation token and password. Ensures secure user account updates within the specified collection.

Instructions

Confirm email change with token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
passwordYesCurrent password for confirmation
tokenYesEmail change token

Implementation Reference

  • Input schema and description for the 'confirm_email_change' tool, defined in the list of tools returned by ListToolsRequestSchema handler. Note: No corresponding handler implementation found in the CallToolRequestSchema switch statement.
    { name: 'confirm_email_change', description: 'Confirm email change with token', inputSchema: { type: 'object', properties: { token: { type: 'string', description: 'Email change token', }, password: { type: 'string', description: 'Current password for confirmation', }, collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } }, required: ['token', 'password'], }, },

Latest Blog Posts

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