mindbase_research_save
Append your research findings to a Markdown file in sources/research/, creating the file when missing. Pass a topic and Markdown body; sources and project ID are optional.
Instructions
Save research findings to sources/research/.md. Appends if file exists; otherwise creates. Always appends a log entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body | |
| topic | Yes | Human-readable topic name; slugified for filename | |
| sources | No | URLs or citations | |
| projectId | No | Project id; defaults to the current project (config.json) |