Skip to content

list_task_lists

list_task_lists

List the non-archived task lists the authenticated user is a member of, scoped to their team. Archived lists are never returned.

This tool takes no arguments.

A single text content block containing a JSON array of task list objects.

FieldTypeDescription
idnumberNumeric ID of the list.
namestringDisplay name of the list.
colorstringHex color (e.g. #3b82f6) used in the UI.
[
  { "id": 12, "name": "Marketing site", "color": "#3b82f6" },
  { "id": 19, "name": "Q1 launch",      "color": "#f59e0b" }
]