looker-run-dashboard

“looker-run-dashboard” runs the queries associated with a dashboard.

About

The looker-run-dashboard tool runs the queries associated with a dashboard.

It’s compatible with the following sources:

looker-run-dashboard takes one parameter, the dashboard_id.

Example

tools:
    run_dashboard:
        kind: looker-run-dashboard
        source: looker-source
        description: |
          run_dashboard Tool

          This tools runs the query associated with each tile in a dashboard
          and returns the data in a JSON structure. It accepts the dashboard_id
          as the parameter.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-run-dashboard”
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.
Last modified November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)