muse_template
Create and manage document templates with variable substitution for automated documentation generation in 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
TableJSON 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 |