← WebMCP Directory

Tool tree

salespeak.ai

liveAI & Agents
https://salespeak.ai/
Voice AI agent for sales sites
Explore capabilities
ask_questionAction

Ask the AI assistant a question and get the answer. Returns the full AI-generated response.

View tool JSON
{
  "name": "ask_question",
  "kind": "act",
  "impl": "imperative",
  "description": "Ask the AI assistant a question and get the answer. Returns the full AI-generated response.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "question": {
        "type": "string",
        "description": "The question or message to send to the AI assistant."
      }
    },
    "required": [
      "question"
    ]
  },
  "page": "/"
}