list_collections
Retrieve and display all collections within a PocketBase instance, enabling easy access to database structures for record operations and schema management.
Instructions
List all collections in the PocketBase instance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"type": "object"
}