Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_files_get_url

Retrieve the URL of a file attached to a specific record in a collection. Specify the collection, record ID, and filename; optionally include thumbnail dimensions for resized images.

Instructions

Get the URL for a file attached to a record

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
filenameYesFile name
recordIdYesRecord ID that owns the file
thumbNoThumbnail size (e.g., "100x100", "0x100")

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "filename": { "description": "File name", "type": "string" }, "recordId": { "description": "Record ID that owns the file", "type": "string" }, "thumb": { "description": "Thumbnail size (e.g., \"100x100\", \"0x100\")", "type": "string" } }, "required": [ "collection", "recordId", "filename" ], "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/paullippert/pb_mcp'

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