palinode_prompt
List, read, or activate versioned LLM prompts stored as memory files. Filter prompts by task type and set an active version.
Instructions
List, read, or activate versioned LLM prompts stored as memory files in the prompts/ directory. Use 'list' to browse available prompts, 'read' to view a specific prompt's content, or 'activate' to set a prompt version as active (deactivates others of the same task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Prompt name (required for 'read' and 'activate') | |
| task | No | For 'list': filter by task type | |
| action | Yes | Action to perform: 'list', 'read', or 'activate' | list |