← WebMCP Directory

Tool tree

kaizencommerce.ca

Productivity & Business
https://kaizencommerce.ca/
Shopify POS migration and B2B implementation consulting, with service details and a diagnostic intake flow.
Explore capabilities

Tools verified

get_intake_optionsAnswer

Inspect the Blueprint diagnostic intake form fields and options.

View tool JSON
{
  "name": "get_intake_options",
  "kind": "answer",
  "impl": "imperative",
  "description": "Inspect the Blueprint diagnostic intake form fields and options.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "page_url": {
        "type": "string",
        "description": "Optional page URL containing the intake form"
      }
    },
    "additionalProperties": false
  }
}
get_service_detailAnswer

Retrieve headings and text content for a specific Kaizen Commerce service.

View tool JSON
{
  "name": "get_service_detail",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve headings and text content for a specific Kaizen Commerce service.",
  "inputSchema": {
    "type": "object",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "description": "The relative path or full URL of the service page"
      }
    },
    "additionalProperties": false
  }
}
list_servicesAnswer

List Kaizen Commerce retail consulting services and solutions.

View tool JSON
{
  "name": "list_services",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Kaizen Commerce retail consulting services and solutions.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
start_blueprint_bookingAction

Prefill and prepare the Blueprint migration diagnostic inquiry form for review.

View tool JSON
{
  "name": "start_blueprint_booking",
  "kind": "act",
  "impl": "imperative",
  "description": "Prefill and prepare the Blueprint migration diagnostic inquiry form for review.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Contact email address"
      },
      "message": {
        "type": "string",
        "description": "Notes"
      },
      "business": {
        "type": "string",
        "description": "Company name"
      },
      "timeline": {
        "type": "string",
        "description": "Target timeline"
      },
      "locations": {
        "type": "string",
        "description": "Number of locations"
      },
      "current_pos": {
        "type": "string",
        "description": "Current POS system"
      }
    },
    "additionalProperties": false
  }
}