Fortify · Capability

Fortify Software Security Center API — Reports

Fortify Software Security Center API — Reports. 1 operations. Lead operation: Fortify List report definitions. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyReports

What You Can Do

GET
Listreportdefinitions — Fortify List report definitions
/v1/reportdefinitions

MCP Tools

fortify-list-report-definitions

Fortify List report definitions

read-only idempotent

Capability Spec

software-security-center-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify Software Security Center API — Reports
  description: 'Fortify Software Security Center API — Reports. 1 operations. Lead operation: Fortify List report definitions.
    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: software-security-center-reports
    baseUri: ''
    description: Fortify Software Security Center API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: reportDefinitions
      path: /reportDefinitions
      operations:
      - name: listreportdefinitions
        method: GET
        description: Fortify List report definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FORTIFY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: software-security-center-reports-rest
    port: 8080
    description: REST adapter for Fortify Software Security Center API — Reports. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/reportdefinitions
      name: reportdefinitions
      description: REST surface for reportDefinitions.
      operations:
      - method: GET
        name: listreportdefinitions
        description: Fortify List report definitions
        call: software-security-center-reports.listreportdefinitions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: software-security-center-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify Software Security Center API — Reports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: fortify-list-report-definitions
      description: Fortify List report definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: software-security-center-reports.listreportdefinitions
      outputParameters:
      - type: object
        mapping: $.