Data Product Search Tool
Data Product Search Tool
Section titled “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.
When to use it
Section titled “When to use it”Add this tool to an agent that needs to discover which data product to use before querying it.
Parameters
Section titled “Parameters”| Parameter | Required | Type | Suggested scope | What it does |
|---|---|---|---|---|
search_term | Yes | string | Agent determined | The text to search for. The user’s question can often be passed directly. |
limit | No | integer (default 5) | Fixed | Maximum number of products to return. |
marketplace_id | No | string | Fixed or User input | The marketplace to search. If omitted, the default marketplace is used. |
Example usage
Section titled “Example usage”{ "search_term": "Human Resources", "limit": 5}