← WebMCP Directory

Tool tree

seminara.online

liveAI & Agents
https://seminara.online/
Scale your live presentations with zero camera time. Seminara gives you an autonomous AI host that runs your deck, engages your audience, and converts attendees live.
Explore capabilities

page: /

start_presentation_trialAction

Start a free Seminara trial with 70 presenter minutes and 2 presentation slots

View tool JSON
{
  "name": "start_presentation_trial",
  "kind": "act",
  "impl": "declarative",
  "description": "Start a free Seminara trial with 70 presenter minutes and 2 presentation slots",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
watch_live_demoAction

Launch an interactive live preview session with autonomous host Aura

View tool JSON
{
  "name": "watch_live_demo",
  "kind": "act",
  "impl": "declarative",
  "description": "Launch an interactive live preview session with autonomous host Aura",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}

page: /pricing

get_pricingAnswer

Fetches the current pricing and subscription plans for Seminara AI.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetches the current pricing and subscription plans for Seminara AI.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/pricing"
}
search_knowledge_baseAnswer

Searches the Seminara AI agentic knowledge base and documentation.

View tool JSON
{
  "name": "search_knowledge_base",
  "kind": "answer",
  "impl": "imperative",
  "description": "Searches the Seminara AI agentic knowledge base and documentation.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/pricing"
}