pb_collections_get
Retrieve a specific collection by its ID or name using the PocketBase MCP Server. This admin-only tool facilitates precise collection access for streamlined management within the system.
Instructions
Get a specific collection by ID or name (admin only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
idOrName | Yes | Collection ID or name |
Input Schema (JSON Schema)
{
"properties": {
"idOrName": {
"description": "Collection ID or name",
"type": "string"
}
},
"required": [
"idOrName"
],
"type": "object"
}