Skip to main content
Glama

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

NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
tokenYesVerification token

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "users", "description": "Collection name (default: users)", "type": "string" }, "token": { "description": "Verification token", "type": "string" } }, "required": [ "token" ], "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/mrwyndham/pocketbase-mcp'

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