Skip to main content

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:
ParameterTypeRequiredDescription
organization_idstringNoOrganization UUID (uses default if not set)
Example prompt: “List our saved dashboards”

get_dashboard

Get a dashboard by ID with its widget configuration. Parameters:
ParameterTypeRequiredDescription
dashboard_idstringYesUUID of the dashboard
organization_idstringNoOrganization UUID (uses default if not set)
Example prompt: “Show me the details of dashboard abc-123”

Workflow

  1. Call list_dashboards to discover available dashboards
  2. Use get_dashboard to retrieve a specific dashboard with its widgets

Example Prompts

  • “What dashboards do we have?”
  • “Show me our emissions overview dashboard”