pocketbase-mcp-server
get_collection_schema
Get schema details for a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"description": "Collection name",
"type": "string"
}
},
"required": [
"collection"
],
"type": "object"
}