Get Full Persona
get_full_personaLoad a product's complete persona definition. PREMIUM (paid plan).
Typical input {"slug": "inbox-zero-assistant"} returns {"slug": ..., "persona": ""}.
Returns the persona text alone, with no skill bodies. Use when the caller needs the product's voice and operating rules only. Not when skills are also wanted - get_full_product returns persona and every skill in one call. 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 | |||