looker-run-look

“looker-run-look” runs the query associated with a saved Look.

About

The looker-run-look tool runs the query associated with a saved Look.

It’s compatible with the following sources:

looker-run-look takes one parameter, the look_id.

Example

tools:
    run_look:
        kind: looker-run-look
        source: looker-source
        description: |
          run_look Tool

          This tool runs the query associated with a look and returns
          the data in a JSON structure. It accepts the look_id as the
          parameter.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-run-look”
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.