Amadeus · Capability

Seatmap Display — Display Seatmaps

Seatmap Display — Display Seatmaps. 2 operation(s). Lead operation: Amadeus Returns All the Seat Maps of a Given Order.. Self-contained Naftiko capability covering one Amadeus business surface.

Run with Naftiko AmadeusTravelDisplay Seatmaps

What You Can Do

GET
Getseatmapfromorder — Amadeus Returns All the Seat Maps of a Given Order.
/v1/shopping/seatmaps
POST
Getseatmapfromflightoffer — Amadeus Returns All the Seat Maps of a Given FlightOffer.
/v1/shopping/seatmaps

MCP Tools

returns-all-seat-maps-given

Amadeus Returns All the Seat Maps of a Given Order.

read-only idempotent
returns-all-seat-maps-given-2

Amadeus Returns All the Seat Maps of a Given FlightOffer.

Capability Spec

seatmap-display-display-seatmaps.yaml Raw ↑
naftiko: "1.0.0-alpha2"
info:
  label: "Seatmap Display — Display Seatmaps"
  description: 'Seatmap Display — Display Seatmaps. 2 operation(s). Lead operation: Amadeus Returns All the Seat Maps of a Given Order.. Self-contained Naftiko capability covering one Amadeus business surface.'
  tags:
    - Amadeus
    - Travel
    - Display Seatmaps
  created: "2026-05-29"
  modified: "2026-05-29"
binds:
  - namespace: env
    keys:
      AMADEUS_TOKEN: AMADEUS_TOKEN
capability:
  consumes:
    - type: http
      namespace: seatmap-display-display-seatmaps
      baseUri: https://test.api.amadeus.com/v1
      description: Seatmap Display — Display Seatmaps business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.AMADEUS_TOKEN}}'
      resources:
        - name: shopping-seatmaps
          path: /shopping/seatmaps
          operations:
            - name: getSeatmapFromOrder
              method: GET
              description: Amadeus Returns All the Seat Maps of a Given Order.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
            - name: getSeatmapFromFlightOffer
              method: POST
              description: Amadeus Returns All the Seat Maps of a Given FlightOffer.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
                  description: Amadeus Returns All the Seat Maps of a Given FlightOffer.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: seatmap-display-display-seatmaps-rest
      port: 8080
      description: REST adapter for Seatmap Display — Display Seatmaps. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/shopping/seatmaps
          name: shopping-seatmaps
          description: REST surface for shopping-seatmaps.
          operations:
            - method: GET
              name: getSeatmapFromOrder
              description: Amadeus Returns All the Seat Maps of a Given Order.
              call: seatmap-display-display-seatmaps.getSeatmapFromOrder
              outputParameters:
                - type: object
                  mapping: $.
            - method: POST
              name: getSeatmapFromFlightOffer
              description: Amadeus Returns All the Seat Maps of a Given FlightOffer.
              call: seatmap-display-display-seatmaps.getSeatmapFromFlightOffer
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: seatmap-display-display-seatmaps-mcp
      port: 9090
      transport: http
      description: MCP adapter for Seatmap Display — Display Seatmaps. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: returns-all-seat-maps-given
          description: Amadeus Returns All the Seat Maps of a Given Order.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: seatmap-display-display-seatmaps.getSeatmapFromOrder
          outputParameters:
            - type: object
              mapping: $.
        - name: returns-all-seat-maps-given-2
          description: Amadeus Returns All the Seat Maps of a Given FlightOffer.
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: seatmap-display-display-seatmaps.getSeatmapFromFlightOffer
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.