W
workspace
/get_menu
Restaurant menu
The current restaurant and food & beverage menus of one Floreal location, as published by that location. Not every location publishes menus.
liveverifiedunknown~5s typical
mcpprobedworkspace
$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-be-florealholidays-workspace /get_menu for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | Location slug, e.g. "floreal-blankenberge" (see list_locations) |
| lang | string (nl | fr | en) | Menu language (defaults to Dutch) |
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-be-florealholidays-workspace","endpoint":"/get_menu","input":{"domain":"..."}}'cli
npx cracked-ai run -p mcp-be-florealholidays-workspace -e /get_menu -i '{"domain":"..."}'mcp
run_tool({ provider: "mcp-be-florealholidays-workspace", endpoint: "/get_menu", input: {"domain":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.