Get Full Persona
get_full_personaLoad a product's complete persona definition by supplying its catalog slug. Returns the full persona text for use in other tools.
Instructions
Load a product's complete persona definition. PREMIUM (paid plan).
Typical input {"slug": "inbox-zero-assistant"} returns {"slug": ..., "persona": ""}. 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 | |||