Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_auth_request_password_reset

Initiate a password reset process by sending a reset email to a specified user email address via the PocketBase MCP Server.

Instructions

Request a password reset email for a user

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address to send password reset to

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address to send password reset to", "format": "email", "type": "string" } }, "required": [ "email" ], "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