Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_admin_impersonate_user

Enable admins to impersonate any user by specifying the user ID and optional token duration for troubleshooting or management purposes within PocketBase MCP Server.

Instructions

Impersonate a user (admin only)

Input Schema

NameRequiredDescriptionDefault
durationNoToken duration in seconds (optional)
recordIdYesUser ID to impersonate

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Token duration in seconds (optional)", "minimum": 1, "type": "number" }, "recordId": { "description": "User ID to impersonate", "type": "string" } }, "required": [ "recordId" ], "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