Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_system_test_email

Send test emails using predefined templates to verify email functionality on the PocketBase MCP Server. Test verification, password reset, and email change workflows.

Instructions

Send a test email (admin only)

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address to send test email to
templateYesEmail template to test

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address to send test email to", "format": "email", "type": "string" }, "template": { "description": "Email template to test", "enum": [ "verification", "password-reset", "email-change" ], "type": "string" } }, "required": [ "email", "template" ], "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/paullippert/pb_mcp'

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