get_collection_items
List items inside a specific Metabase collection, with optional filtering by item type such as cards, dashboards, or collections.
Instructions
List items inside a specific collection.
Args: collection_id: The ID of the collection to browse. models: Optional filter for item types (e.g., ["card", "dashboard", "collection"]).
Returns: Dictionary containing the items in the collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| models | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||