LicensePlateData · Capability

LicensePlateData API — Images

LicensePlateData API — Images. 1 operations. Lead operation: Retrieve vehicle images. Self-contained Naftiko capability covering one Licenseplatedata business surface.

Run with Naftiko LicenseplatedataImages

What You Can Do

GET
Getvehicleimages — Retrieve vehicle images
/v1/vehicle-images

MCP Tools

retrieve-vehicle-images

Retrieve vehicle images

read-only idempotent

Capability Spec

licenseplatedata-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LicensePlateData API — Images
  description: 'LicensePlateData API — Images. 1 operations. Lead operation: Retrieve vehicle images. Self-contained Naftiko
    capability covering one Licenseplatedata business surface.'
  tags:
  - Licenseplatedata
  - Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LICENSEPLATEDATA_API_KEY: LICENSEPLATEDATA_API_KEY
capability:
  consumes:
  - type: http
    namespace: licenseplatedata-images
    baseUri: https://api.licenseplatedata.com/v1
    description: LicensePlateData API — Images business capability. Self-contained, no shared references.
    resources:
    - name: vehicle-images
      path: /vehicle-images
      operations:
      - name: getvehicleimages
        method: GET
        description: Retrieve vehicle images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vin
          in: query
          type: string
        - name: year
          in: query
          type: integer
        - name: make
          in: query
          type: string
        - name: model
          in: query
          type: string
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.LICENSEPLATEDATA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: licenseplatedata-images-rest
    port: 8080
    description: REST adapter for LicensePlateData API — Images. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/vehicle-images
      name: vehicle-images
      description: REST surface for vehicle-images.
      operations:
      - method: GET
        name: getvehicleimages
        description: Retrieve vehicle images
        call: licenseplatedata-images.getvehicleimages
        with:
          vin: rest.vin
          year: rest.year
          make: rest.make
          model: rest.model
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: licenseplatedata-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for LicensePlateData API — Images. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: retrieve-vehicle-images
      description: Retrieve vehicle images
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licenseplatedata-images.getvehicleimages
      with:
        vin: tools.vin
        year: tools.year
        make: tools.make
        model: tools.model
      outputParameters:
      - type: object
        mapping: $.