Skip to main content
Glama
mrwyndham

PocketBase MCP Server

list_auth_methods

Retrieve available authentication methods for a PocketBase collection to configure user login options and security settings.

Instructions

List all available authentication methods

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users

Implementation Reference

  • Input schema for the 'list_auth_methods' tool, defining an optional 'collection' parameter defaulting to 'users'. This is part of the tools array registered with the MCP server.
    { name: 'list_auth_methods', description: 'List all available authentication methods', inputSchema: { type: 'object', properties: { collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } } }
  • src/index.ts:665-666 (registration)
    The closing of the tools array passed to this.server.setTools, registering all tools including 'list_auth_methods' with the MCP server.
    ], }));

Latest Blog Posts

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/mrwyndham/pocketbase-mcp'

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