MCP tool to update configurations for a team in the Thena platform.
update_team_configurations
Name | Type | Required | Description |
---|---|---|---|
teamId | string | Yes | The ID of the team to update configurations for |
timezone | string | No | Team timezone (e.g., “America/New_York”) |
routingRespectsTimezone | boolean | No | Whether routing rules respect the timezone |
routingRespectsUserCapacity | boolean | No | Whether routing rules respect user capacity |
fallbackSubTeam | string | No | The fallback sub-team ID |
holidays | string[] | No | Array of holiday dates (format: DD-MM or DD-MM-YYYY) |
routingRespectsUserTimezone | boolean | No | Whether routing rules respect user timezone |
routingRespectsUserAvailability | boolean | No | Whether routing rules respect user availability |
userRoutingStrategy | string | No | User routing strategy (“manual” or “round_robin”) |
commonDailyConfig | boolean | No | Whether to use common daily config |
commonSlots | array | No | Common time slots for all days |
dailyConfig | object | No | Day-specific configurations |
commonSlots
or dailyConfig
contains:
Field | Type | Description |
---|---|---|
start | string | Start time in format HH:MM |
end | string | End time in format HH:MM |
dailyConfig
object contains day-specific configurations:
Field | Type | Description |
---|---|---|
isActive | boolean | Whether this day is active |
slots | array | Array of time slots for this day |
get_team_configurations
tool.