list_collections
List all database collections (tables) for the site, returning collection names, table names, and field counts. Supports pagination, search by name, and custom page limits.
Instructions
List all database collections (tables) for the site. Returns collection names, table names, and field counts. Use get_collection for full schema details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| term | No | Search by collection name | |
| limit | No | Items per page |