live · Productivity & Work · JSON · API for agents
Navigates to the most relevant monday.com product page for the visitor's use case or role. Use this when a visitor wants to find which monday.com product fits their needs.
{
"name": "navigate_by_use_case",
"kind": "action",
"impl": "imperative",
"description": "Navigates to the most relevant monday.com product page for the visitor's use case or role. Use this when a visitor wants to find which monday.com product fits their needs.",
"inputSchema": {
"type": "object",
"properties": {
"use_case": {
"type": "string",
"enum": [
"Marketing",
"Email Campaigns",
"Sales & CRM",
"IT",
"HR",
"PMO & Operations",
"Software Development",
"Product Management",
"Service Management",
"AI Agents"
],
"description": "The visitor's primary use case or work focus."
}
},
"required": [
"use_case"
]
},
"page": "/"
}