← WebMCP Directory

Tool tree

vambe.ai

AI & Agents
https://www.vambe.ai/
Conversational AI for sales and customer service
Explore capabilities

Tools verified

find_vambe_pageAnswer

Resolve a Vambe topic to the most relevant public page without navigating.

View tool JSON
{
  "name": "find_vambe_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Resolve a Vambe topic to the most relevant public page without navigating.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "enum": [
          "platform",
          "pricing",
          "stories",
          "contact"
        ],
        "description": "One of: platform, solutions, pricing, stories, or contact."
      }
    },
    "required": [
      "topic"
    ],
    "additionalProperties": false
  }
}
get_vambe_overviewAnswer

Get a concise, public overview of Vambe and links to agent-readable resources.

View tool JSON
{
  "name": "get_vambe_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get a concise, public overview of Vambe and links to agent-readable resources.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}