ingest_ideas_document
Parse an ideas document (Word, text, markdown) into individual items like paragraphs, bullets, or numbered lists, then capture each as a separate idea.
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 |