create_metabase_collection
Create a new collection in Metabase to organize dashboards and charts, with options to set name, color, and parent collection structure.
Instructions
Create a new Metabase collection.
Args: name (str): Name of the collection. color (str, optional): Hex color code. parent_id (int, optional): ID of the parent collection.
Returns: Dict[str, Any]: Newly created collection metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||