Car API (carapi.app) · Capability

Car API — Colors (Exterior)

Car API — Colors (Exterior). 1 operations. Lead operation: Car API Search vehicle exterior colors. Self-contained Naftiko capability covering one Car Api business surface.

Run with Naftiko Car ApiColors (Exterior)

What You Can Do

GET
Makemodeltrimexteriorcolorsindexget — Car API Search vehicle exterior colors
/v1/api/exterior-colors

MCP Tools

car-api-search-vehicle-exterior

Car API Search vehicle exterior colors

read-only idempotent

Capability Spec

car-colors-exterior.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Car API — Colors (Exterior)
  description: 'Car API — Colors (Exterior). 1 operations. Lead operation: Car API Search vehicle exterior colors. Self-contained
    Naftiko capability covering one Car Api business surface.'
  tags:
  - Car Api
  - Colors (Exterior)
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CAR_API_API_KEY: CAR_API_API_KEY
capability:
  consumes:
  - type: http
    namespace: car-colors-exterior
    baseUri: https://carapi.app
    description: Car API — Colors (Exterior) business capability. Self-contained, no shared references.
    resources:
    - name: api-exterior-colors
      path: /api/exterior-colors
      operations:
      - name: makemodeltrimexteriorcolorsindexget
        method: GET
        description: Car API Search vehicle exterior colors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sort
          in: query
          type: string
        - name: verbose
          in: query
          type: string
          description: Includes make, model and trim
        - name: make_model_trim_id
          in: query
          type: string
        - name: make_model_id
          in: query
          type: string
        - name: make_id
          in: query
          type: string
        - name: name
          in: query
          type: string
        - name: rgb
          in: query
          type: string
        - name: year
          in: query
          type: string
        - name: make
          in: query
          type: string
        - name: model
          in: query
          type: string
        - name: trim
          in: query
          type: string
        - name: json
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.CAR_API_API_KEY}}'
  exposes:
  - type: rest
    namespace: car-colors-exterior-rest
    port: 8080
    description: REST adapter for Car API — Colors (Exterior). One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/exterior-colors
      name: api-exterior-colors
      description: REST surface for api-exterior-colors.
      operations:
      - method: GET
        name: makemodeltrimexteriorcolorsindexget
        description: Car API Search vehicle exterior colors
        call: car-colors-exterior.makemodeltrimexteriorcolorsindexget
        with:
          sort: rest.sort
          verbose: rest.verbose
          make_model_trim_id: rest.make_model_trim_id
          make_model_id: rest.make_model_id
          make_id: rest.make_id
          name: rest.name
          rgb: rest.rgb
          year: rest.year
          make: rest.make
          model: rest.model
          trim: rest.trim
          json: rest.json
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: car-colors-exterior-mcp
    port: 9090
    transport: http
    description: MCP adapter for Car API — Colors (Exterior). One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: car-api-search-vehicle-exterior
      description: Car API Search vehicle exterior colors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: car-colors-exterior.makemodeltrimexteriorcolorsindexget
      with:
        sort: tools.sort
        verbose: tools.verbose
        make_model_trim_id: tools.make_model_trim_id
        make_model_id: tools.make_model_id
        make_id: tools.make_id
        name: tools.name
        rgb: tools.rgb
        year: tools.year
        make: tools.make
        model: tools.model
        trim: tools.trim
        json: tools.json
      outputParameters:
      - type: object
        mapping: $.