Skip to content

MCP Tools: Users

All calls: POST /api/mcp with {"method":"tools/call","params":{"name":"<tool>","arguments":{…}}}.

list_users

Lists all users in the organization. read · follower

ParameterTypeDefaultDescription
statusenum active | inactive | suspendedFilter by status
roleenum admin | user | guestFilter by role
teamIdstringFilter by team membership
searchstringSearch in name and email
limitnumber50Number of results
offsetnumber0Skip results

Response: { users, total, limit, offset, has_more }.

get_user

Details of a single user. read · follower

ParameterTypeDefaultDescription
userIdstring (required)UUID of the user

get_me

The currently authenticated user. read · guest

No parameters.

get_user_workload

Workload (assigned items by status). read · follower

ParameterTypeDefaultDescription
userIdstringcurrent userWhich user to query

Response: { total_cards, total_overdue, by_status[] }.

Liza Documentation