muse_template
Manage document templates with variable substitution. Create, update, delete, apply, preview, import, and export templates to automate documentation generation from coding sessions.
Instructions
Manages custom document templates with variable substitution. Actions: create, get, update, delete, list, apply (render with data), preview (render preview), import, export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| templateId | No | Template ID | |
| name | No | Template name | |
| type | No | Template type | |
| content | No | Template content with {{variables}} | |
| description | No | Template description | |
| variables | No | Template variables definition | |
| data | No | Variable values for apply/preview | |
| format | No | Import/export format (default: json) | |
| filePath | No | File path for import/export | |
| filterType | No | Filter list by type | |
| limit | No | Limit results for list | |
| offset | No | Offset for list pagination |