Skip to main content
Glama

PocketBase MCP Server

confirm_password_reset

Confirm a password reset by validating a token and setting a new password in the PocketBase MCP Server. Ensures secure password updates for specified collections.

Instructions

Confirm password reset with token

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
passwordYesNew password
passwordConfirmYesConfirm new password
tokenYesReset token

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "users", "description": "Collection name (default: users)", "type": "string" }, "password": { "description": "New password", "type": "string" }, "passwordConfirm": { "description": "Confirm new password", "type": "string" }, "token": { "description": "Reset token", "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/mrwyndham/pocketbase-mcp'

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