G
g-guest
/check_availability
check availability
List bookable time slots for a business on a given date and party size. Offer the guest only slots where available is true.
liveunknown~5s typical
mcpg-guest
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-g-guest-g-guest /check_availability for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | |
| date* | string | YYYY-MM-DD, in the venue's local calendar. |
| party_size* | integer |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-g-guest-g-guest","endpoint":"/check_availability","input":{"slug":"...","date":"...","party_size":1}}'cli
npx cracked-ai run -p mcp-app-g-guest-g-guest -e /check_availability -i '{"slug":"...","date":"...","party_size":1}'mcp
run_tool({ provider: "mcp-app-g-guest-g-guest", endpoint: "/check_availability", input: {"slug":"...","date":"...","party_size":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.