← WebMCP Directory

Tool tree

hayalows.com

liveProductivity & Business
https://hayalows.com/
Hayalows helps Ghanaian SMEs become easier to choose, trust and grow with clearer offers, stronger brands, practical websites and better follow-up systems.
Explore capabilities
ask_hayalowsAction

Find authoritative Hayalows information when a visitor asks about services, business fit, approach, enquiries, payments, refunds, privacy or terms. Returns relevant published sections and canonical source URLs for the agent to answer from; it does not generate an answer or change the page.

View tool JSON
{
  "name": "ask_hayalows",
  "kind": "act",
  "impl": "imperative",
  "description": "Find authoritative Hayalows information when a visitor asks about services, business fit, approach, enquiries, payments, refunds, privacy or terms. Returns relevant published sections and canonical source URLs for the agent to answer from; it does not generate an answer or change the page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "minLength": 2,
        "maxLength": 300,
        "description": "The visitor's question or the Hayalows topic to find."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
browse_hayalows_servicesAction

Show Hayalows service areas when a visitor wants to understand the available work or identify a likely fit. Returns all three offerings, highlights the selected area on the visible page and opens its examples; it does not submit an enquiry.

View tool JSON
{
  "name": "browse_hayalows_services",
  "kind": "act",
  "impl": "imperative",
  "description": "Show Hayalows service areas when a visitor wants to understand the available work or identify a likely fit. Returns all three offerings, highlights the selected area on the visible page and opens its examples; it does not submit an enquiry.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "service": {
        "type": "string",
        "enum": [
          "all",
          "business_clarity",
          "brand_communication",
          "websites_tools"
        ],
        "default": "all",
        "description": "The service area to highlight, or all to show the complete offering."
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}
prepare_hayalows_enquiryAction

Prepare the visible Hayalows guided-enquiry form when a visitor is ready to discuss a business problem. Fills a reversible draft, scrolls to it and leaves review plus WhatsApp or email submission entirely to the visitor; nothing is sent automatically.

View tool JSON
{
  "name": "prepare_hayalows_enquiry",
  "kind": "act",
  "impl": "imperative",
  "description": "Prepare the visible Hayalows guided-enquiry form when a visitor is ready to discuss a business problem. Fills a reversible draft, scrolls to it and leaves review plus WhatsApp or email submission entirely to the visitor; nothing is sent automatically.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "help_type": {
        "type": "string",
        "enum": [
          "business_clarity",
          "brand_communication",
          "website_tool",
          "product_venture",
          "partnership",
          "general"
        ],
        "description": "The closest Hayalows enquiry category."
      },
      "message": {
        "type": "string",
        "minLength": 10,
        "maxLength": 2000,
        "description": "What is happening now and what the visitor wants to improve."
      },
      "name": {
        "type": "string",
        "maxLength": 120,
        "description": "Optional visitor name."
      },
      "business": {
        "type": "string",
        "maxLength": 160,
        "description": "Optional business name."
      },
      "email": {
        "type": "string",
        "format": "email",
        "maxLength": 254,
        "description": "Optional email address."
      },
      "phone": {
        "type": "string",
        "maxLength": 40,
        "description": "Optional phone or WhatsApp number."
      }
    },
    "required": [
      "help_type",
      "message"
    ],
    "additionalProperties": false
  },
  "page": "/"
}