looker-get-dashboard

“looker-get-dashboard” retrieves the JSON design of a Looker dashboard.

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

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



Last modified August 14, 2026: chore(main): release 1.9.0 (#3744) (5de8f13)