lobby.host
Lobby greets every visitor, understands what they need, and hands you the lead. Built on WebMCP, so the AI agents they bring get the same answers.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 7 · Act 3 · Transact 2 · Score: Not yet scored
Tool inspector
ask_concierge
Ask this business's concierge a question in natural language — hours, policies, recommendations, anything a guest would ask at the desk. Replies come from the same knowledge and conversation engine the human-facing chat on this page uses, and context is kept across calls so follow-ups work. Use this for judgement and nuance. Do NOT use it for facts the free lookup tools already return — prefer get_business_info for contact details and list_offerings for services, which are instant and cost nothing. Returns { ok, answer, conversation_id }.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
question |
string | yes | The visitor's question, in natural language. One question per call; the concierge answers conversationally. |
Raw JSON schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"minLength": 2,
"maxLength": 2000,
"description": "The visitor's question, in natural language. One question per call; the concierge answers conversationally."
}
},
"required": [
"question"
]
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.