Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_records_get

Retrieve a specific record by ID from a collection in PocketBase MCP Server. Specify collection, ID, fields, and relations to expand for targeted data retrieval.

Instructions

Get a specific record by ID from a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
expandNoRelations to expand (e.g., "author,category")
fieldsNoFields to return (e.g., "id,title,created")
idYesRecord ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "expand": { "description": "Relations to expand (e.g., \"author,category\")", "type": "string" }, "fields": { "description": "Fields to return (e.g., \"id,title,created\")", "type": "string" }, "id": { "description": "Record ID", "type": "string" } }, "required": [ "collection", "id" ], "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