List the 12 themed kits with pricing and member products. FREE.
Takes no arguments. Returns a list of kit objects, each {"slug": ...,
"name": ..., "price_usd": N, "tagline": ..., "members": ["product-slug",
...]}. Use a kit's slug with get_full_kit (premium).
Use when the caller asks about bundles or bundle pricing. Not for
individual products (search_catalog) and not for a kit's full contents
(get_full_kit). Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
Connector