> ## Documentation Index
> Fetch the complete documentation index at: https://code.dcycle.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Tools

> MCP tools for querying saved report dashboards

# 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) |

**Example prompt:** "List our saved dashboards"

***

## `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) |

**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"
