Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_files_delete

Remove a specific file from a record field in PocketBase MCP Server by specifying the collection, record ID, field name, and filename. Simplify file management within your database.

Instructions

Delete a file from a record field

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
fieldNameYesField name that contains the file
filenameYesFile name to delete
recordIdYesRecord ID that owns the file

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "fieldName": { "description": "Field name that contains the file", "type": "string" }, "filename": { "description": "File name to delete", "type": "string" }, "recordId": { "description": "Record ID that owns the file", "type": "string" } }, "required": [ "collection", "recordId", "fieldName", "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