Skip to main content
Glama
mrwyndham

PocketBase MCP Server

auth_refresh

Refresh authentication tokens for specified collections to maintain secure access in PocketBase MCP Server, ensuring continuous user session integrity.

Instructions

Refresh authentication token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users

Implementation Reference

  • src/index.ts:382-395 (registration)
    Registration of the 'auth_refresh' tool in the ListToolsRequestSchema handler, including name, description, and input schema definition.
    { name: 'auth_refresh', description: 'Refresh authentication token', inputSchema: { type: 'object', properties: { collection: { type: 'string', description: 'Collection name (default: users)', default: 'users' } } }, },
  • Input schema for the 'auth_refresh' tool, defining 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