Amadeus · Capability

Points of Interest — Retrieve

Points of Interest — Retrieve. 1 operation(s). Lead operation: Amadeus Retieve One Point of Interest by its ID.. Self-contained Naftiko capability covering one Amadeus business surface.

Run with Naftiko AmadeusTravelRetrieve

What You Can Do

GET
Getpointofinterest — Amadeus Retieve One Point of Interest by its ID.
/v1/reference-data/locations/pois/{pois-id}

MCP Tools

retieve-one-point-interest-its

Amadeus Retieve One Point of Interest by its ID.

read-only idempotent

Capability Spec

points-of-interest-retrieve.yaml Raw ↑
naftiko: "1.0.0-alpha2"
info:
  label: "Points of Interest — Retrieve"
  description: 'Points of Interest — Retrieve. 1 operation(s). Lead operation: Amadeus Retieve One Point of Interest by its ID.. Self-contained Naftiko capability covering one Amadeus business surface.'
  tags:
    - Amadeus
    - Travel
    - Retrieve
  created: "2026-05-29"
  modified: "2026-05-29"
binds:
  - namespace: env
    keys:
      AMADEUS_TOKEN: AMADEUS_TOKEN
capability:
  consumes:
    - type: http
      namespace: points-of-interest-retrieve
      baseUri: https://test.api.amadeus.com/v1
      description: Points of Interest — Retrieve business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.AMADEUS_TOKEN}}'
      resources:
        - name: reference-data-locations-pois
          path: '/reference-data/locations/pois/{poisId}'
          operations:
            - name: getPointOfInterest
              method: GET
              description: Amadeus Retieve One Point of Interest by its ID.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: points-of-interest-retrieve-rest
      port: 8080
      description: REST adapter for Points of Interest — Retrieve. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/reference-data/locations/pois/{pois-id}
          name: reference-data-locations-pois
          description: REST surface for reference-data-locations-pois.
          operations:
            - method: GET
              name: getPointOfInterest
              description: Amadeus Retieve One Point of Interest by its ID.
              call: points-of-interest-retrieve.getPointOfInterest
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: points-of-interest-retrieve-mcp
      port: 9090
      transport: http
      description: MCP adapter for Points of Interest — Retrieve. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: retieve-one-point-interest-its
          description: Amadeus Retieve One Point of Interest by its ID.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: points-of-interest-retrieve.getPointOfInterest
          outputParameters:
            - type: object
              mapping: $.