list_auth_methods
Retrieve all available authentication methods for a specified collection in PocketBase MCP Server to simplify access and user management.
Instructions
List all available authentication methods
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Collection name (default: users) | users |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"default": "users",
"description": "Collection name (default: users)",
"type": "string"
}
},
"type": "object"
}