← WebMCP Directory

Tool tree

gavion.ai

AI & Agents
https://gavion.ai/
Gala answers every call 24/7 in English and French, qualifies leads, books appointments. Built in Québec for Canadian service businesses.
Explore capabilities

Tools verified

page: Every page

request_gala_demo_callAction

Trigger a live outbound phone call from Gala, Gavion's AI receptionist, to a given phone number so the recipient can hear it in action. Places a real call — only use this with the recipient's explicit, real consent.

View tool JSON
{
  "name": "request_gala_demo_call",
  "kind": "act",
  "impl": "imperative",
  "description": "Trigger a live outbound phone call from Gala, Gavion's AI receptionist, to a given phone number so the recipient can hear it in action. Places a real call — only use this with the recipient's explicit, real consent.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Recipient's name, used in the call."
      },
      "company": {
        "type": "string",
        "description": "Recipient's company or business name (optional)."
      },
      "phone": {
        "type": "string",
        "description": "North American phone number, any common format."
      },
      "language": {
        "type": "string",
        "enum": [
          "en",
          "fr"
        ],
        "description": "Call language."
      },
      "consentText": {
        "type": "string",
        "description": "The consent statement read or shown to the recipient before the call is placed."
      }
    },
    "required": [
      "name",
      "phone",
      "language",
      "consentText"
    ]
  },
  "page": "/"
}