M

monday.com

Work OS / project & work management platform — boards, CRM, dev, and workflow products.

1action
https://monday.com/

live · Productivity & Work · JSON · API for agents

Tools 1 tool

navigate_by_use_caseaction

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.

View tool JSON
{
  "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": "/"
}