Search InkFE products
search_productsSearch the public InkFE print catalog by free text. Use this when the buyer wants something other than a business card, or to confirm a product exists before calling get_product. Returns up to limit products with handle, title, productType, priceRange (min/max pack price and currency), the customer-facing options with their allowed values, and the product page URL. Pass the returned handle to get_product for variants and dimensions. Optional productType, templateCompatibleOnly and availableOnly filters narrow discovery. Each result distinguishes catalog visibility from template support; failed detail reads are explicitly unavailable. Prices are not quotes. Business cards designed from a template do not need this tool: list_business_card_templates already reports the productHandle to buy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return (1-20, default 10). | |
| query | Yes | Free-text search over the public InkFE catalog, matched against product titles, types and tags (for example "business cards", "poster", "greeting card"). | |
| productType | No | Optional exact productType filter from catalog results, case-insensitive. | |
| availableOnly | No | Only products with at least one currently purchasable variant. | |
| templateCompatibleOnly | No | Only products compatible with this MCP's verified business-card template journey. Does not enable writes on a catalog-only endpoint. |