The search_datasets tool does not expose the last_update_range parameter. Having the tool accept this parameter would allow clients to filter data being searched based on their recency and relevancy needs.
The parameter accepts last_30_days, last_12_months and last_3_years as values, as listed in the v2 swagger docs.
The search_datasets tool already invokes the v2 API, so this change would just add the new parameter with a default of None so as not to break existing clients or integrations.
The
search_datasetstool does not expose thelast_update_rangeparameter. Having the tool accept this parameter would allow clients to filter data being searched based on their recency and relevancy needs.The parameter accepts
last_30_days,last_12_monthsandlast_3_yearsas values, as listed in the v2 swagger docs.The
search_datasetstool already invokes the v2 API, so this change would just add the new parameter with a default ofNoneso as not to break existing clients or integrations.