looker-get-dashboard
“looker-get-dashboard” retrieves the JSON design of a Looker dashboard.
less than a minute
About
The looker-get-dashboard tool retrieves the JSON design of a Looker dashboard by its ID. The output is trimmed to essential fields, excluding alerts and scheduled plans, making it suitable for replicating or analyzing the dashboard structure.
Compatible Sources
This tool can be used with the following database sources:
| Source Name |
|---|
| Looker Source |
Example
kind: tool
name: get_dashboard
type: looker-get-dashboard
source: looker-source
description: |
This tool retrieves the JSON design of a Looker dashboard by its ID.
The output is trimmed to essential fields, excluding alerts and scheduled plans,
making it suitable for replicating or analyzing the dashboard structure.
Parameters:
- dashboard_id (required): The unique identifier of the dashboard.
Reference
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be “looker-get-dashboard”. |
| source | string | true | Name of the Looker source. |
| description | string | true | Description of the tool that is passed to the LLM. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.