| calendar_get_events |
Retrieve calendar events for a given date range. |
start_date, end_date, calendar |
| calendar_create_event |
Create a new calendar event with title, time, and optional attendees. |
title, start, end, attendees, location, notes |
| tasks_list |
List tasks from a project or personal task list, optionally filtered by status. |
project, status, assignee, limit |
| tasks_create |
Create a new task with title, description, due date and assignee. |
title, description, due_date, assignee, project, priority |
| notes_search |
Search notes and documents by keyword. |
query, folder, limit |
| notes_create |
Create a new note with title and content. |
title, content, folder, tags |