Skip to main content
Glama
mrwyndham

PocketBase MCP Server

auth_refresh

Refresh authentication tokens to maintain secure access to PocketBase databases, preventing session expiration and ensuring continuous data operations.

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 inputSchema. Note: No specific handler implementation found in the CallToolRequestSchema switch statement.
    { name: 'auth_refresh', description: 'Refresh authentication token', 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