Skip to main content
Glama

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" }

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