Get Search Filter Values Tool
Get Search Filter Values Tool
Section titled “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.
When to use it
Section titled “When to use it”Use this after you have a field ID, to discover which values are worth filtering on before calling the Search Catalog Tool.
Parameters
Section titled “Parameters”| Parameter | Required | Type | Suggested scope | What it does |
|---|---|---|---|---|
field_id | Yes | integer or string | Agent determined | The field to fetch values for. |
search_term | Yes | string | Agent determined | Narrows the returned values semantically. |
limit | No | integer (default 10) | Fixed | Maximum number of values to return. |
is_builtin | No | boolean (default false) | Fixed | Whether the field is a built-in field rather than a custom field. |
Example usage
Section titled “Example usage”{ "field_id": 0, "search_term": "governance", "limit": 10}