Skip to content

Data Product Search Tool

This tool finds data products listed in a marketplace based on a natural language query. It returns the products most relevant to the request, and only those that are published to the marketplace. It backs the Data Marketplace Query agent.

Add this tool to an agent that needs to discover which data product to use before querying it.

ParameterRequiredTypeSuggested scopeWhat it does
search_termYesstringAgent determinedThe text to search for. The user’s question can often be passed directly.
limitNointeger (default 5)FixedMaximum number of products to return.
marketplace_idNostringFixed or User inputThe marketplace to search. If omitted, the default marketplace is used.
{
"search_term": "Human Resources",
"limit": 5
}