Skip to main content
Glama

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

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

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