Dana · Capability

Dana Aftermarket API — Pricing

Dana Aftermarket API — Pricing. 1 operations. Lead operation: Get pricing. Self-contained Naftiko capability covering one Dana business surface.

Run with Naftiko DanaPricing

What You Can Do

GET
Getpricing — Get pricing
/v1/pricing

MCP Tools

get-pricing

Get pricing

read-only idempotent

Capability Spec

aftermarket-pricing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dana Aftermarket API — Pricing
  description: 'Dana Aftermarket API — Pricing. 1 operations. Lead operation: Get pricing. Self-contained Naftiko capability
    covering one Dana business surface.'
  tags:
  - Dana
  - Pricing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DANA_API_KEY: DANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: aftermarket-pricing
    baseUri: https://api.danaaftermarket.com
    description: Dana Aftermarket API — Pricing business capability. Self-contained, no shared references.
    resources:
    - name: pricing
      path: /pricing
      operations:
      - name: getpricing
        method: GET
        description: Get pricing
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partNumber
          in: query
          type: string
          description: The Dana part number.
          required: true
        - name: quantity
          in: query
          type: integer
          description: Quantity for pricing calculation.
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.DANA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aftermarket-pricing-rest
    port: 8080
    description: REST adapter for Dana Aftermarket API — Pricing. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pricing
      name: pricing
      description: REST surface for pricing.
      operations:
      - method: GET
        name: getpricing
        description: Get pricing
        call: aftermarket-pricing.getpricing
        with:
          partNumber: rest.partNumber
          quantity: rest.quantity
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aftermarket-pricing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dana Aftermarket API — Pricing. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-pricing
      description: Get pricing
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aftermarket-pricing.getpricing
      with:
        partNumber: tools.partNumber
        quantity: tools.quantity
      outputParameters:
      - type: object
        mapping: $.