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: |
          This tool executes the queries associated with each tile in a specified dashboard
          and returns the aggregated data in a JSON structure.

          Parameters:
          - dashboard_id (required): The unique identifier of the dashboard to run,
            typically obtained from the `get_dashboards` tool.

          Output:
          The data from all dashboard tiles is returned as a JSON object.

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 December 19, 2025: chore(main): release 0.24.0 (#2162) (f520b4e)