Skip to main content
Glama

Advanced PocketBase MCP Server

confirm_password_reset

Validate and reset user passwords securely by verifying the reset token and confirming the new password matches. Ensures safe authentication updates in the Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection nameusers
passwordYesNew password
passwordConfirmYesConfirm new password
tokenYesReset token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "default": "users", "description": "Collection name", "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/DynamicEndpoints/advanced-pocketbase-mcp-server'

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