Get Full Product
get_full_productRetrieve a full product profile via slug: includes persona, each skill's instructions, and free skill details. Returns clear errors for invalid or malformed input.
Instructions
Load one product in full: persona plus every skill's instructions. PREMIUM (paid plan).
Typical input {"slug": "inbox-zero-assistant"} returns {"slug": ..., "name": ..., "persona": ..., "skills": [{"name": ..., "instructions": ...}], "free_skill": {...}}. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''"}). 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 | Product slug exactly as returned by search_catalog. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||