1. get_config
Get information about the user's space, including available assignees, dartboards, folders, statuses, tags, priorities, and sizes.
2. list_tasks
List tasks with optional filtering by assignee, status, dartboard, priority, due date, and more.
3. create_task
Create a new task with title, description, status, priority, size, dates, dartboard, assignees, tags, and parent task.
4. get_task
Retrieve an existing task by its ID.
5. update_task
Update an existing task's properties.
6. delete_task
Move a task to the trash (recoverable).
7. add_task_comment
Add a comment to an existing task.
8. list_docs
List docs with optional filtering by folder, title, text content, and more.
9. create_doc
Create a new doc with title, text content, and folder.
10. get_doc
Retrieve an existing doc by its ID.
11. update_doc
Update an existing doc's properties.
12. delete_doc
Move a doc to the trash (recoverable).