← WebMCP Directory

Tool tree

dotby.app

Productivity & Business
https://dotby.app/
dotby is fast project management software — boards, lists, rich tasks, and time tracking in one place. Nothing slips, everyone stays in sync.
Explore capabilities

Tools verified

page: /

navigate_to_sectionAction

Open a dotby public website page: product overview, pricing calculator, downloads, MCP integrations, or contact. Preserves the current language. Does not open or modify a workspace.

View tool JSON
{
  "name": "navigate_to_section",
  "kind": "act",
  "impl": "imperative",
  "description": "Open a dotby public website page: product overview, pricing calculator, downloads, MCP integrations, or contact. Preserves the current language. Does not open or modify a workspace.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "enum": [
          "home",
          "pricing",
          "downloads",
          "integrations",
          "contact"
        ]
      }
    },
    "required": [
      "destination"
    ],
    "additionalProperties": false
  },
  "page": "/"
}

page: /pricing/

estimate_team_priceAnswer

Estimate dotby Pro pricing in USD for paid team seats. Updates the visible calculator. Annual billing is charged yearly; this is an estimate, not a purchase or subscription change.

View tool JSON
{
  "name": "estimate_team_price",
  "kind": "answer",
  "impl": "imperative",
  "description": "Estimate dotby Pro pricing in USD for paid team seats. Updates the visible calculator. Annual billing is charged yearly; this is an estimate, not a purchase or subscription change.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "seats": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10000
      },
      "billing": {
        "type": "string",
        "enum": [
          "monthly",
          "annual"
        ]
      }
    },
    "required": [
      "seats",
      "billing"
    ],
    "additionalProperties": false
  },
  "page": "/pricing/"
}

page: /download/

get_download_optionsAnswer

List desktop download options currently published on this page. Returns actual release links and availability; never starts a download or invents a release. Disabled options may still be loading or unavailable.

View tool JSON
{
  "name": "get_download_options",
  "kind": "answer",
  "impl": "imperative",
  "description": "List desktop download options currently published on this page. Returns actual release links and availability; never starts a download or invents a release. Disabled options may still be loading or unavailable.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/download/"
}