looker-get-filters
A “looker-get-filters” tool returns all the filters from a given explore in a given model in the source.
About
A looker-get-filters
tool returns all the filters from a given explore
in a given mode in the source.
It’s compatible with the following sources:
looker-get-filters
accepts two parameters, the model
and the explore
.
Example
tools:
get_dimensions:
kind: looker-get-filters
source: looker-source
description: |
The get_filters tool retrieves the list of filters defined in
an explore.
It takes two parameters, the model_name looked up from get_models and the
explore_name looked up from get_explores.
Reference
field | type | required | description |
---|---|---|---|
kind | string | true | Must be “looker-get-filters”. |
source | string | true | Name of the source the SQL should execute on. |
description | string | true | Description of the tool that is passed to the LLM. |