Create TODO list from conversation
noteithub_create_todo_listFull Description
Turn this conversation into a structured TODO plan.
Use this tool when the user:
- asks you to create a plan, roadmap, or action steps
- says things like 'make a todo list', 'break this down', 'show me the steps', 'what should I do next?'
- is clearly working toward a goal and wants concrete tasks.
The tool will:
- summarize the conversation
- infer a short goal name (1–3 words)
- extract 4–9 actionable tasks with descriptions, priorities, and optional due dates.
IMPORTANT
- Conversation Key:
- If Noteithub has previously returned a 'conversationKey' in a response, you MUST include that SAME conversationKey in ALL future calls to this tool within the same conversation.
- This allows Noteithub to track that multiple TODO calls belong to the same chat session.
- DO NOT include a conversationKey if you haven't received one yet
- Noteithub will generate one for you.
Parameters (2 required, 3 optional)
conversationSummarystringA comprehensive summary of the conversation including key decisions, technical details, TODOs, and code snippets discussed. Should be 1-4k characters.
tasksarrayList of 4-9 actionable tasks extracted from the conversation
conversationKeystringIf Noteithub has previously returned a conversationKey in a response, ALWAYS include that same conversationKey in future calls within the same conversation.
focusstringOptional focus area or label for this todo session
goalHintstringOptional short hint for goal name (1-3 words ideally)