Skip to main content
Glama

PocketBase MCP Server

get_collection

Retrieve detailed information about a specific collection in a PocketBase database, including fields and metadata, using its ID or name.

Instructions

Get details for a collection

Input Schema

NameRequiredDescriptionDefault
collectionIdOrNameYesID or name of the collection to view
fieldsNoComma separated string of the fields to return in the JSON response

Input Schema (JSON Schema)

{ "properties": { "collectionIdOrName": { "description": "ID or name of the collection to view", "type": "string" }, "fields": { "description": "Comma separated string of the fields to return in the JSON response", "type": "string" } }, "required": [ "collectionIdOrName" ], "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/mrwyndham/pocketbase-mcp'

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