add_adhd_note_entry
ChatGPTCreate a new note entry with extracted structured data. Use this to add structured data with all the specific fields defined in the schema for Note.
add_adhd_note_entry
ChatGPTCreate a new note entry with extracted structured data. Use this to add structured data with all the specific fields defined in the schema for Note.
add_adhd_task_entry
ChatGPTCreate a new task entry with extracted structured data. Use this to add structured data with all the specific fields defined in the schema for Task.
add_adhd_task_entry
ChatGPTCreate a new task entry with extracted structured data. Use this to add structured data with all the specific fields defined in the schema for Task.
complete_task
ChatGPTComplete an ADHD task (recurring or one-off) for a specific scheduled date.
complete_task
ChatGPTComplete an ADHD task (recurring or one-off) for a specific scheduled date.
delete_entry
ChatGPTDelete an existing entry and its items.
delete_entry
ChatGPTDelete an existing entry and its items.
get_day_summary
ChatGPTPREFERRED tool for day schedule queries. Returns the user's tasks for a specific day: time-bound tasks sorted chronologically, plus count of flexible tasks. Use this for questions like "what's on my schedule today?", "what do I have tomorrow?", "did I miss anything?", or any query about a day's tasks.
get_day_summary
ChatGPTPREFERRED tool for day schedule queries. Returns the user's tasks for a specific day: time-bound tasks sorted chronologically, plus count of flexible tasks. Use this for questions like "what's on my schedule today?", "what do I have tomorrow?", "did I miss anything?", or any query about a day's tasks.
get_next_task
ChatGPTPREFERRED tool for "what should I do?" queries. Returns the single most important task to focus on, scored by urgency and priority. Use this for questions like "what's next?", "what should I do?", "what's my priority?", or when the user completes a task and wants to know what to do next.
get_next_task
ChatGPTPREFERRED tool for "what should I do?" queries. Returns the single most important task to focus on, scored by urgency and priority. Use this for questions like "what's next?", "what should I do?", "what's my priority?", or when the user completes a task and wants to know what to do next.
list_entries
ChatGPTQuery user recordo entries across MULTIPLE days or date ranges. Use for weekly/monthly analysis, searching for specific foods, or comparing data across different periods. For single-day queries like "what did I eat today?" use get_day_summary instead.
list_entries
ChatGPTQuery user recordo entries across MULTIPLE days or date ranges. Use for weekly/monthly analysis, searching for specific foods, or comparing data across different periods. For single-day queries like "what did I eat today?" use get_day_summary instead.
update_adhd_note_entry
ChatGPTUpdate an existing note entry's title, emoji, or structured data.
update_adhd_note_entry
ChatGPTUpdate an existing note entry's title, emoji, or structured data.
update_adhd_task_entry
ChatGPTUpdate an existing task entry's title, emoji, or structured data.
update_adhd_task_entry
ChatGPTUpdate an existing task entry's title, emoji, or structured data.