Skip to main content
Glama
mrwyndham

PocketBase MCP Server

authenticate_with_otp

Verify user identity using a one-time password (OTP) sent to their email. This tool simplifies secure authentication processes for the PocketBase MCP Server.

Instructions

Authenticate a user with one-time password

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
emailYesUser email

Implementation Reference

  • Schema definition (inputSchema) and registration of the 'authenticate_with_otp' tool in the ListTools response. No handler implementation found in the CallTool switch statement.
    { name: 'authenticate_with_otp', description: 'Authenticate a user with one-time password', inputSchema: { type: 'object', properties: { email: { type: 'string', description: 'User email', }, collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } }, required: ['email'], }, },

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