ingest_ideas_document
Reads a Word, text, or markdown file, separates it into discrete items (paragraphs, bullets, or numbered points), and captures each idea in your research memory.
Instructions
Import an ideas document (Word/text/markdown) and capture each idea.
Reads the file, splits it into discrete items (paragraphs, bullet points,
or numbered items), and calls capture_idea() for each non-empty item.
Supports .txt, .md, and .docx files.
Args:
file_path: Absolute or METIS_RC_ROOT-relative path to the ideas file.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |