Get Full Kit
get_full_kitLoad a full themed kit by slug, returning the kit and every member product with all details. Read-only and idempotent; invalid inputs return clear error messages.
Instructions
Load a themed kit and every member product in full. PREMIUM (paid plan).
Typical input {"slug": "founder-kit"} returns {"slug": ..., "name": ..., "products": [{"slug": ..., "name": ..., "persona": ..., "skills": [...]}, ...]}. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown kit ''"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Kit slug exactly as returned by list_kits, e.g. "founder-kit". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||