ingest_material
Store a PDF's text as structured study material, returning document ID, title, and concept count. Retrieve the stored content next to generate flashcards or quizzes.
Instructions
Ingest a PDF and store its text as study material. Returns document_id, title and concept_count. Call get_material next to read the stored material before generating any flashcards or quiz questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| pdf_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||