Skip to main content
Glama
mrwyndham

PocketBase MCP Server

confirm_verification

Verify user email by validating the provided token and confirming the identity in the specified collection within the PocketBase MCP Server.

Instructions

Confirm email verification with token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
tokenYesVerification token

Implementation Reference

  • Schema definition for the 'confirm_verification' tool, including name, description, and input schema. This tool is listed in the response to ListToolsRequestSchema but lacks a corresponding handler implementation in the CallToolRequestSchema switch statement.
    { name: 'confirm_verification', description: 'Confirm email verification with token', inputSchema: { type: 'object', properties: { token: { type: 'string', description: 'Verification token', }, collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } }, required: ['token'], }, },

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