Skip to main content
Glama

PocketBase MCP Server

by mabeldata

fetch_record

Retrieve a single record from a PocketBase collection using its unique ID. Specify the collection name and record ID to access data directly.

Instructions

Fetch a single record from a PocketBase collection by ID.

Input Schema

NameRequiredDescriptionDefault
collectionYesThe name or ID of the PocketBase collection.
idYesThe ID of the record to fetch.

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "The name or ID of the PocketBase collection.", "type": "string" }, "id": { "description": "The ID of the record to fetch.", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }

You must be authenticated.

Other Tools from PocketBase MCP Server

Related Tools

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

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