Skip to main content
Glama
mrwyndham

PocketBase MCP Server

request_email_change

Update user email addresses in PocketBase databases by specifying a new email and collection name. Facilitates secure and easy email management for user accounts.

Instructions

Request email change

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
newEmailYesNew email address

Implementation Reference

  • Schema definition and registration for the 'request_email_change' tool in the MCP listTools handler. No separate handler implementation is present; calling this tool will result in MethodNotFound error.
    { name: 'request_email_change', description: 'Request email change', inputSchema: { type: 'object', properties: { newEmail: { type: 'string', description: 'New email address', }, collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } }, required: ['newEmail'], }, },

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