Fortify · Capability

Fortify on Demand API — Reports

Fortify on Demand API — Reports. 1 operations. Lead operation: Fortify Download release FPR. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyReports

What You Can Do

GET
Downloadreleasefpr — Fortify Download release FPR
/v1/api/v3/releases/{releaseid}/fpr

MCP Tools

fortify-download-release-fpr

Fortify Download release FPR

read-only idempotent

Capability Spec

on-demand-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify on Demand API — Reports
  description: 'Fortify on Demand API — Reports. 1 operations. Lead operation: Fortify Download release FPR. Self-contained
    Naftiko capability covering one Fortify business surface.'
  tags:
  - Fortify
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FORTIFY_API_KEY: FORTIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: on-demand-reports
    baseUri: https://api.ams.fortify.com
    description: Fortify on Demand API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-releases-releaseId-fpr
      path: /api/v3/releases/{releaseId}/fpr
      operations:
      - name: downloadreleasefpr
        method: GET
        description: Fortify Download release FPR
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scanType
          in: query
          type: string
          description: Type of scan to download FPR for
    authentication:
      type: bearer
      token: '{{env.FORTIFY_API_KEY}}'
  exposes:
  - type: rest
    namespace: on-demand-reports-rest
    port: 8080
    description: REST adapter for Fortify on Demand API — Reports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v3/releases/{releaseid}/fpr
      name: api-v3-releases-releaseid-fpr
      description: REST surface for api-v3-releases-releaseId-fpr.
      operations:
      - method: GET
        name: downloadreleasefpr
        description: Fortify Download release FPR
        call: on-demand-reports.downloadreleasefpr
        with:
          scanType: rest.scanType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: on-demand-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify on Demand API — Reports. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: fortify-download-release-fpr
      description: Fortify Download release FPR
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: on-demand-reports.downloadreleasefpr
      with:
        scanType: tools.scanType
      outputParameters:
      - type: object
        mapping: $.