get_dashboard_by_id
Retrieve dashboard metadata including cards and tabs from Metabase by specifying a dashboard ID. This tool enables access to business intelligence dashboards for data analysis and reporting.
Instructions
Get a dashboard by ID.
Args: dashboard_id (int): ID of the dashboard.
Returns: Dict[str, Any]: Dashboard metadata including id, name, cards, and tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||