← WebMCP Directory

Tool tree

heffl.com

liveProductivity & Business
https://heffl.com/
All-in-one business management platform for growing teams. Manage CRM, sales, quotations, invoicing, field service, and project operations from one platform. Trusted by businesses worldwide.
Explore capabilities
navigate_toanswer

Get the canonical URL for a Heffl page path (e.g. /pricing, /crm, /field-service).

View tool JSON
{
  "name": "navigate_to",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the canonical URL for a Heffl page path (e.g. /pricing, /crm, /field-service).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site path starting with / (e.g. /pricing)"
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}
get_pricinganswer

Return Heffl pricing page URL and product summary.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return Heffl pricing page URL and product summary.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
list_productsanswer

List Heffl product areas with descriptions and URLs.

View tool JSON
{
  "name": "list_products",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Heffl product areas with descriptions and URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}