list_users
Return every user that is a member of the authenticated user’s team,
ordered by name. Use this to discover valid assigneeIds values for
create_task and
update_task.
This tool takes no arguments.
Output
Section titled “Output”A single text content block containing a JSON array of user objects.
| Field | Type | Description |
|---|---|---|
id | string | User ID (UUID). Pass this as assigneeIds[] items. |
name | string | User’s display name. |
email | string | User’s email address. |
image | string | null | URL of the user’s avatar image, or null. |
role | string | Team role: owner, admin, or member. |