Back to Genai Toolbox

looker-get-dashboard

docs/en/integrations/looker/tools/looker-get-dashboard.md

1.9.01.2 KB
Original Source

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

{{< compatible-sources >}}

Example

yaml
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

fieldtyperequireddescription
typestringtrueMust be "looker-get-dashboard".
sourcestringtrueName of the Looker source.
descriptionstringtrueDescription of the tool that is passed to the LLM.