Dashboard Tools
Query saved report dashboards — custom views with widgets that visualize your sustainability data.list_dashboards
List all dashboards saved for the organization.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | No | Organization UUID (uses default if not set) |
get_dashboard
Get a dashboard by ID with its widget configuration.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
dashboard_id | string | Yes | UUID of the dashboard |
organization_id | string | No | Organization UUID (uses default if not set) |
Workflow
- Call
list_dashboardsto discover available dashboards - Use
get_dashboardto retrieve a specific dashboard with its widgets
Example Prompts
- “What dashboards do we have?”
- “Show me our emissions overview dashboard”

