Skip to main content
Glama
mrwyndham

PocketBase MCP Server

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

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users

Implementation Reference

  • src/index.ts:290-303 (registration)
    Registration of the 'list_auth_methods' tool in the MCP server.tools.add array, including its input schema definition. No handler function is implemented for this tool.
    { name: 'list_auth_methods', description: 'List all available authentication methods', inputSchema: { type: 'object', properties: { collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } } } },
  • Input schema for the 'list_auth_methods' tool, specifying optional collection parameter.
    inputSchema: { type: 'object', properties: { collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } } }

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