Car API (carapi.app) · Capability

Car API — Vehicle Attributes

Car API — Vehicle Attributes. 1 operations. Lead operation: Car API Get Vehicle Attributes. Self-contained Naftiko capability covering one Car Api business surface.

Run with Naftiko Car ApiVehicle Attributes

What You Can Do

GET
Vehicleattributesdisplayget — Car API Get Vehicle Attributes
/v1/api/vehicle-attributes

MCP Tools

car-api-get-vehicle-attributes

Car API Get Vehicle Attributes

read-only idempotent

Capability Spec

car-vehicle-attributes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Car API — Vehicle Attributes
  description: 'Car API — Vehicle Attributes. 1 operations. Lead operation: Car API Get Vehicle Attributes. Self-contained
    Naftiko capability covering one Car Api business surface.'
  tags:
  - Car Api
  - Vehicle Attributes
  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-vehicle-attributes
    baseUri: https://carapi.app
    description: Car API — Vehicle Attributes business capability. Self-contained, no shared references.
    resources:
    - name: api-vehicle-attributes
      path: /api/vehicle-attributes
      operations:
      - name: vehicleattributesdisplayget
        method: GET
        description: Car API Get Vehicle Attributes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: attribute
          in: query
          type: string
          description: The attribute options to be returned
    authentication:
      type: bearer
      token: '{{env.CAR_API_API_KEY}}'
  exposes:
  - type: rest
    namespace: car-vehicle-attributes-rest
    port: 8080
    description: REST adapter for Car API — Vehicle Attributes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/vehicle-attributes
      name: api-vehicle-attributes
      description: REST surface for api-vehicle-attributes.
      operations:
      - method: GET
        name: vehicleattributesdisplayget
        description: Car API Get Vehicle Attributes
        call: car-vehicle-attributes.vehicleattributesdisplayget
        with:
          attribute: rest.attribute
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: car-vehicle-attributes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Car API — Vehicle Attributes. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: car-api-get-vehicle-attributes
      description: Car API Get Vehicle Attributes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: car-vehicle-attributes.vehicleattributesdisplayget
      with:
        attribute: tools.attribute
      outputParameters:
      - type: object
        mapping: $.