Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_auth_confirm_password_reset

Confirm and complete a password reset process by providing a valid reset token, new password, and password confirmation using the PocketBase MCP Server's authentication tool.

Instructions

Confirm a password reset with the reset token

Input Schema

NameRequiredDescriptionDefault
passwordYesNew password (minimum 8 characters)
passwordConfirmYesNew password confirmation
tokenYesPassword reset token from email

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "New password (minimum 8 characters)", "minLength": 8, "type": "string" }, "passwordConfirm": { "description": "New password confirmation", "minLength": 8, "type": "string" }, "token": { "description": "Password reset token from email", "type": "string" } }, "required": [ "token", "password", "passwordConfirm" ], "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