Skip to content

MCP Tools: Teams

list_teams

Lists all teams. read · follower

ParameterTypeDefaultDescription
statusenum active | inactive | deletedFilter by status
searchstringSearch within the team name
limitnumber50Number of results
offsetnumber0Skip results

Response: { teams, total, limit, offset, has_more } (teams include member_count).

get_team

Team details including members. read · follower

ParameterTypeDescription
teamIdstring (required)UUID of the team

create_team

Create a new team. write · admin

ParameterTypeDescription
namestring (required)Team name (min. 1 character)
parentIdstringParent team (nested)

add_team_member

Add a user to the team. write · admin

ParameterTypeDescription
teamIdstring (required)Team ID
userIdstring (required)User ID

remove_team_member

Remove a user from the team. write · admin

ParameterTypeDescription
teamIdstring (required)Team ID
userIdstring (required)User ID

get_team_workload

Workload of all team members. read · follower

ParameterTypeDescription
teamIdstring (required)Team ID

Response: { team, member_workload[], summary }.

Liza Documentation