describe_collection
Get complete field definitions, API rules, and relation targets for any collection to verify required fields and auth rules before creating or updating records.
Instructions
USE WHEN you need full field definitions, API rules, or relation targets for one collection.
EXAMPLES:
"What fields does 'posts' have?" -> describe_collection(collection="posts")
Before write_record to see required fields -> describe_collection(collection="posts")
"What are the auth rules?" -> describe_collection(collection="users")
NEXT STEPS: find_records or write_record with the correct field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name or id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||