llm_presets
List, view, create, update, and delete expert system personas and prompt presets to reuse domain-specific instructions across AI agents.
Instructions
Manage and inspect expert System Personas and Prompt Presets (e.g. 'security-auditor', 'systems-architect', 'code-simplifier', 'quant-trader', 'fullstack-reviewer', 'explain-like-pro'). List available personas, view system prompts, or save custom domain presets to the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Preset name/key (e.g. 'security-auditor', 'systems-architect', 'my-custom-preset'). | |
| title | No | Display title for the preset. | |
| action | No | Action to perform on preset vault: 'list' (default), 'get', 'create', 'update', 'delete'. | |
| description | No | Short explanation of the persona or domain specialty. | |
| temperature | No | Recommended sampling temperature (0.0 to 1.0). | |
| default_model | No | Optional model to bind to this preset. | |
| system_prompt | No | The system prompt defining the persona expertise and guidelines (required for create/update). |