log_conversation
Save oncology conversation summaries, decisions, progress notes, and questions to a structured archive for medical document management.
Instructions
Save a diary entry to the conversation archive.
Use this to log summaries, decisions, progress notes, questions, or any narrative content from conversations about the oncology journey.
Args: title: Short title for the entry. content: Markdown body with the full entry text. entry_date: Date the entry is about (YYYY-MM-DD). Defaults to today. entry_type: Type of entry: summary, decision, progress, question, note. tags: Comma-separated tags (e.g. "chemo,FOLFOX,cycle-3"). document_ids: Comma-separated document IDs referenced (e.g. "3,15"). participant: Who created this: claude.ai, claude-code, oncoteam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| entry_date | No | ||
| entry_type | No | note | |
| tags | No | ||
| document_ids | No | ||
| participant | No | claude.ai |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |