looker-dev-mode

A “looker-dev-mode” tool changes the current session into and out of dev mode

About

A looker-dev-mode tool changes the session into and out of dev mode.

It’s compatible with the following sources:

looker-dev-mode accepts a boolean parameter, true to enter dev mode and false to exit dev mode.

Example

tools:
    dev_mode:
        kind: looker-dev-mode
        source: looker-source
        description: |
          This tool allows toggling the Looker IDE session between Development Mode and Production Mode.
          Development Mode enables making and testing changes to LookML projects.

          Parameters:
          - enable (required): A boolean value.
            - `true`: Switches the current session to Development Mode.
            - `false`: Switches the current session to Production Mode.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-dev-mode”.
sourcestringtrueName of the source Looker instance.
descriptionstringtrueDescription of the tool that is passed to the LLM.
Last modified December 19, 2025: chore(main): release 0.24.0 (#2162) (f520b4e)