Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

download_file

Retrieve files stored in PocketBase records by specifying the collection, record ID, and file field name to access your database files.

Instructions

Download a file from a record in PocketBase

Input Schema

NameRequiredDescriptionDefault
collectionYesThe name or ID of the collection
fileFieldYesThe name of the file field
recordIdYesThe ID of the record containing the file

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "The name or ID of the collection", "type": "string" }, "fileField": { "description": "The name of the file field", "type": "string" }, "recordId": { "description": "The ID of the record containing the file", "type": "string" } }, "required": [ "collection", "recordId", "fileField" ], "type": "object" }

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

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