slug: tablecheck provider: TableCheck generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Travel & Hospitality min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 3 edges: - tag: reservations spec_file: tablecheck-reservations-api-openapi.yml capability_id: BC-4070.40 capability_id_l1: BC-4070 capability_name: Restaurant & Outlet Service Operations confidence: 0.8 evidence: POST /reservations createReservation Create Reservation; PUT /reservations/{reservation_id_or_ref}/cancel cancelReservation reason: Full reservation lifecycle for restaurant shops (create, update, cancel) — restaurant/outlet service operations including reservation and cover management. BC-4020 is possible but this vendor is restaurant table booking, so F&B outlet service fits better. - tag: table_status spec_file: tablecheck-table-status-api-openapi.yml capability_id: BC-4070.40 capability_id_l1: BC-4070 capability_name: Restaurant & Outlet Service Operations confidence: 0.8 evidence: PUT /shops/{shop_id}/table_status/update updateTableStatus Update Table Status reason: Live table status for restaurant floor — seating and cover management within restaurant outlet service operations. - tag: customers spec_file: tablecheck-customers-api-openapi.yml capability_id: BC-4040.10 capability_id_l1: BC-4040 capability_name: Guest Profile & Identity Management confidence: 0.7 evidence: GET /customers listCustomers "List all Customers"; POST /customers "Create a new customer"; POST /customer_search "Search and bulk export customers"; schemas Customer, CustomerShopMemo, ElasticMembership reason: CRUD and search over the guest/customer master record (emails, phones, addresses, shop memos, memberships) in a restaurant guest-CRM platform — stewardship of the single guest profile. Could alternatively be read as generic Customer Data Management, hence 0.7.