list_collections
Retrieve all collections (folders) from Metabase to understand how cards and dashboards are organized within your instance.
Instructions
š [SAFE] List all collections (folders) in Metabase. Collections organize cards and dashboards. Use this to understand the organizational structure. Risk: None - read-only operation.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| namespace | No | Optional namespace filter (e.g., "snippets") | 
Input Schema (JSON Schema)
{
  "properties": {
    "namespace": {
      "description": "Optional namespace filter (e.g., \"snippets\")",
      "type": "string"
    }
  },
  "type": "object"
}