list
Fetch complete lists of records from Metabase for a single resource type such as cards, dashboards, tables, databases, or collections. Returns essential identifier fields and supports pagination for large datasets.
Instructions
Fetch all records for a single Metabase resource type with highly optimized responses for overview purposes. Retrieves complete lists of cards, dashboards, tables, databases, or collections. Returns only essential identifier fields for efficient browsing and includes intelligent caching for performance. Supports pagination for large datasets exceeding token limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return per page. Maximum 1000 items per page. Use with offset for pagination. | |
| model | Yes | Model type to list ALL records for. Supported models: cards (all questions/queries), dashboards (all dashboards), tables (all database tables), databases (all connected databases), collections (all folders/collections). Only one model type allowed per request for optimal performance. | |
| offset | No | Starting offset for pagination. Use with limit for paginating through large datasets that exceed token limits. |