Skip to main content

MCP tool: update_team_routing_rule

Updates an existing routing rule for a specific team. This tool allows you to modify the conditions, target team, evaluation order, and other properties of routing rules.

Example prompt

Input parameters

Response fields

The response will contain the updated routing rule with the same structure as the get_team_routing_rules tool:
FieldTypeDescription
idstringRouting rule unique ID
namestringRouting rule name
descriptionstringRouting rule description
teamIdstringTeam ID this rule belongs to
evaluationOrdernumberPriority/order for rule evaluation
resultTeamIdstringTarget team ID for routing
fallbackTeamIdstringFallback team ID if primary routing fails
andRulesarrayArray of AND conditions (all must match)
orRulesarrayArray of OR conditions (any can match)
createdBystringName of user who created the rule
createdByIdstringID of user who created the rule
createdAtstring (ISO8601)Creation timestamp
updatedAtstring (ISO8601)Last update timestamp

Sample response