seatcanvas
S
seatcanvas
/seatcanvas_create_plan

Create a prefilled seating plan

Returns a link to a SeatCanvas plan prefilled with a table layout for the given guest count and event type (optional venue dimensions). Opening the link seeds t

liveverifiedunknown~5s typical
mcpprobedseatcanvas
$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-seatcanvas-seatcanvas /seatcanvas_create_plan for me.

Input

FieldTypeDescription
guest_count*integerNumber of guests to seat (positive integer).
event_type*string (wedding | quinceanera | corporate | other)Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'.
venue_wnumberOptional venue width in the chosen unit_system; omit to auto-size a venue to fit the guest
venue_hnumberOptional venue height/depth in the chosen unit_system; omit to auto-size.
unit_system*string (metric | imperial)Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet).
table_typestring (round-8 | round-10 | rect-8 | rect-10)Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'. default "round-8"
localestring (en | es)Language for the prefilled plan: 'en' (default) or 'es'. default "en"

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-seatcanvas-seatcanvas","endpoint":"/seatcanvas_create_plan","input":{"guest_count":1,"event_type":"wedding","unit_system":"metric","table_type":"round-8","locale":"en"}}'
cli
npx cracked-ai run -p mcp-app-seatcanvas-seatcanvas -e /seatcanvas_create_plan -i '{"guest_count":1,"event_type":"wedding","unit_system":"metric","table_type":"round-8","locale":"en"}'
mcp
run_tool({ provider: "mcp-app-seatcanvas-seatcanvas", endpoint: "/seatcanvas_create_plan", input: {"guest_count":1,"event_type":"wedding","unit_system":"metric","table_type":"round-8","locale":"en"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.