search_products
Search product feeds for items matching a query. Provide feed URL, query string, search field, and max results to retrieve matching products.
Instructions
Download a product feed and search for products matching a query string.
Args: feed_url: Direct URL to the feed file. query: Search string (case-insensitive substring match). field: Field to search in: name | vendor | categoryid | description | any. limit: Max products to return (default 20).
Returns matching products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_url | Yes | ||
| query | Yes | ||
| field | No | name | |
| limit | No |