baasix_list_schemas
List all Baasix collections and schemas with optional search, sorting, and pagination to locate the right schema for your operations.
Instructions
Get all available collections/schemas in Baasix with optional search and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort field and direction (e.g., "collectionName:asc", "collectionName:desc") | collectionName:asc |
| limit | No | Number of schemas per page (default: 10) | |
| search | No | Search term to filter schemas by collection name or schema name |