Skip to main content

MCP tool: create_team_routing_rule

Creates a new routing rule for a specific team. Routing rules determine how tickets are automatically assigned and routed within the team based on various conditions and criteria.

Example prompt

Input parameters

Response fields

The response will contain the created 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