Axway · Capability

Amplify Platform API v1.0.0 — aca

Amplify Platform API v1.0.0 — aca. 2 operations. Lead operation: Axway Find Crash Record by ID. Self-contained Naftiko capability covering one Axway business surface.

Run with Naftiko Axwayaca

What You Can Do

GET
Acafindone — Axway Find Crash Record by ID
/v1/aca/{app-id}/crash/{aca-id}
PUT
Acasetmetadata — Axway Set Metadata by ID
/v1/aca/{app-id}/crash/{aca-id}/metadata/{name}

MCP Tools

axway-find-crash-record-id

Axway Find Crash Record by ID

read-only idempotent
axway-set-metadata-id

Axway Set Metadata by ID

idempotent

Capability Spec

amplify-platform-aca.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amplify Platform API v1.0.0 — aca
  description: 'Amplify Platform API v1.0.0 — aca. 2 operations. Lead operation: Axway Find Crash Record by ID. Self-contained
    Naftiko capability covering one Axway business surface.'
  tags:
  - Axway
  - aca
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AXWAY_API_KEY: AXWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: amplify-platform-aca
    baseUri: https://platform.axway.com/api/v1
    description: Amplify Platform API v1.0.0 — aca business capability. Self-contained, no shared references.
    resources:
    - name: aca-app_id-crash-aca_id
      path: /aca/{app_id}/crash/{aca_id}
      operations:
      - name: acafindone
        method: GET
        description: Axway Find Crash Record by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: aca_id
          in: path
          type: string
          required: true
        - name: app_id
          in: path
          type: string
          required: true
    - name: aca-app_id-crash-aca_id-metadata-name
      path: /aca/{app_id}/crash/{aca_id}/metadata/{name}
      operations:
      - name: acasetmetadata
        method: PUT
        description: Axway Set Metadata by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: aca_id
          in: path
          type: string
          required: true
        - name: app_id
          in: path
          type: string
          required: true
        - name: name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.AXWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: amplify-platform-aca-rest
    port: 8080
    description: REST adapter for Amplify Platform API v1.0.0 — aca. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/aca/{app-id}/crash/{aca-id}
      name: aca-app-id-crash-aca-id
      description: REST surface for aca-app_id-crash-aca_id.
      operations:
      - method: GET
        name: acafindone
        description: Axway Find Crash Record by ID
        call: amplify-platform-aca.acafindone
        with:
          aca_id: rest.aca_id
          app_id: rest.app_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/aca/{app-id}/crash/{aca-id}/metadata/{name}
      name: aca-app-id-crash-aca-id-metadata-name
      description: REST surface for aca-app_id-crash-aca_id-metadata-name.
      operations:
      - method: PUT
        name: acasetmetadata
        description: Axway Set Metadata by ID
        call: amplify-platform-aca.acasetmetadata
        with:
          aca_id: rest.aca_id
          app_id: rest.app_id
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amplify-platform-aca-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amplify Platform API v1.0.0 — aca. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: axway-find-crash-record-id
      description: Axway Find Crash Record by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amplify-platform-aca.acafindone
      with:
        aca_id: tools.aca_id
        app_id: tools.app_id
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-set-metadata-id
      description: Axway Set Metadata by ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: amplify-platform-aca.acasetmetadata
      with:
        aca_id: tools.aca_id
        app_id: tools.app_id
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.