AMC Theatres API — Seating

AMC Theatres API — Seating. 2 operations. Lead operation: Get Seating Layout For Performance. Self-contained Naftiko capability covering one Amc Entertainment Holdings business surface.

Run with Naftiko Amc Entertainment HoldingsSeating

What You Can Do

GET
Getseatinglayoutforperformance — Get Seating Layout For Performance
/v1/v2/seating-layouts/{theatre-number}/{performance-number}
GET
Listtheatreseatinglayouts — List Seating Layouts For an Auditorium
/v1/v2/theatres/{theatre-number}/seating-layouts

MCP Tools

get-seating-layout-performance

Get Seating Layout For Performance

read-only idempotent
list-seating-layouts-auditorium

List Seating Layouts For an Auditorium

read-only idempotent

Capability Spec

amc-theatres-seating.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AMC Theatres API — Seating
  description: 'AMC Theatres API — Seating. 2 operations. Lead operation: Get Seating Layout For Performance. Self-contained
    Naftiko capability covering one Amc Entertainment Holdings business surface.'
  tags:
  - Amc Entertainment Holdings
  - Seating
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMC_ENTERTAINMENT_HOLDINGS_API_KEY: AMC_ENTERTAINMENT_HOLDINGS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amc-theatres-seating
    baseUri: https://api.amctheatres.com
    description: AMC Theatres API — Seating business capability. Self-contained, no shared references.
    resources:
    - name: v2-seating-layouts-theatre-number-performance-number
      path: /v2/seating-layouts/{theatre-number}/{performance-number}
      operations:
      - name: getseatinglayoutforperformance
        method: GET
        description: Get Seating Layout For Performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: performance-number
          in: path
          type: integer
          required: true
    - name: v2-theatres-theatre-number-seating-layouts
      path: /v2/theatres/{theatre-number}/seating-layouts
      operations:
      - name: listtheatreseatinglayouts
        method: GET
        description: List Seating Layouts For an Auditorium
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-AMC-Vendor-Key
      value: '{{env.AMC_ENTERTAINMENT_HOLDINGS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amc-theatres-seating-rest
    port: 8080
    description: REST adapter for AMC Theatres API — Seating. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/seating-layouts/{theatre-number}/{performance-number}
      name: v2-seating-layouts-theatre-number-performance-number
      description: REST surface for v2-seating-layouts-theatre-number-performance-number.
      operations:
      - method: GET
        name: getseatinglayoutforperformance
        description: Get Seating Layout For Performance
        call: amc-theatres-seating.getseatinglayoutforperformance
        with:
          performance-number: rest.performance-number
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/theatres/{theatre-number}/seating-layouts
      name: v2-theatres-theatre-number-seating-layouts
      description: REST surface for v2-theatres-theatre-number-seating-layouts.
      operations:
      - method: GET
        name: listtheatreseatinglayouts
        description: List Seating Layouts For an Auditorium
        call: amc-theatres-seating.listtheatreseatinglayouts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amc-theatres-seating-mcp
    port: 9090
    transport: http
    description: MCP adapter for AMC Theatres API — Seating. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-seating-layout-performance
      description: Get Seating Layout For Performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amc-theatres-seating.getseatinglayoutforperformance
      with:
        performance-number: tools.performance-number
      outputParameters:
      - type: object
        mapping: $.
    - name: list-seating-layouts-auditorium
      description: List Seating Layouts For an Auditorium
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amc-theatres-seating.listtheatreseatinglayouts
      outputParameters:
      - type: object
        mapping: $.