export_captures
Export journal captures as Markdown or JSON files for analysis or sharing, with optional tag filtering to organize specific content.
Instructions
Export all captures (or a tag-filtered subset) as Markdown or JSON.
Args:
format: "markdown" (default) or "json"
tag_filter: Optional tag value — only include captures with this tag
(e.g. "machine-learning")
Returns the full export as a string (no file is written).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| tag_filter | No |