Advanced PocketBase MCP Server

impersonate_user

Simulate user actions by switching to another user's account within PocketBase databases, enabling testing and debugging without affecting real user data.

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection nameusers
userIdYesID of the user to impersonate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "default": "users", "description": "Collection name", "type": "string" }, "userId": { "description": "ID of the user to impersonate", "type": "string" } }, "required": [ "userId" ], "type": "object" }
ID: 75jh9xb2sg