PocketBase MCP Server

by mabeldata
Verified

download_file

Retrieve the URL to download a file stored in a specific field of a PocketBase collection record by specifying the collection, record ID, and file field name.

Instructions

Get the URL to download a file from a PocketBase collection record field.

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" }
ID: llc3xla20m