ingest_plan
Analyze source text to produce narrative takeaways and a structured plan of proposed actions, letting you review and approve changes before anything is written.
Instructions
Conversational ingest, step 1 of 2. Reads the source, returns the LLM's narrative takeaways and a structured plan of proposed actions — without writing anything yet. The user reviews the takeaways + plan, decides which actions to approve, and then calls ingest_execute(planId, approvals) to commit the approved subset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw source text to ingest (PDF text, URL extract, paste). | |
| title | No | Optional title; LLM will infer if omitted. | |
| raw_id | No | Re-plan against an already-ingested raw doc instead of saving new text. | |
| source_url | No | Optional source URL for attribution. |