describe_schema
Get a quick inventory of all collections in your PocketBase schema to plan queries and writes. Use it to check if a collection exists or refresh after adding one.
Instructions
USE WHEN you need a quick inventory of all collections before querying or writing.
EXAMPLES:
"What collections exist?" -> describe_schema()
"Does a 'posts' collection exist?" -> describe_schema()
After adding a collection -> describe_schema(refresh=True)
NEXT STEPS: describe_collection(collection="") for field details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force reload of the schema cache before listing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||