Skip to content

Get Search Filter Values Tool

This tool finds the values available for a given filter field, which you can then use to filter catalog search results. Use the search term to narrow the values semantically. To find the field in the first place, use the Get Search Filter Fields Tool.

Use this after you have a field ID, to discover which values are worth filtering on before calling the Search Catalog Tool.

ParameterRequiredTypeSuggested scopeWhat it does
field_idYesinteger or stringAgent determinedThe field to fetch values for.
search_termYesstringAgent determinedNarrows the returned values semantically.
limitNointeger (default 10)FixedMaximum number of values to return.
is_builtinNoboolean (default false)FixedWhether the field is a built-in field rather than a custom field.
{
"field_id": 0,
"search_term": "governance",
"limit": 10
}