export-prompts
Export prompts to JSON for backup or sharing, with options to filter by tags or category and include metadata or version history.
Instructions
Export prompts to JSON format for backup or sharing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format (default: json) | |
| compress | No | Compress export data (default: false) | |
| filterByTags | No | Filter prompts by tags | |
| includeMetadata | No | Include metadata in export (default: true) | |
| filterByCategory | No | Filter prompts by category | |
| includeVersionHistory | No | Include version history in export (default: false) |