Fortify · Capability

Fortify Software Security Center API — Jobs

Fortify Software Security Center API — Jobs. 2 operations. Lead operation: Fortify List jobs. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyJobs

What You Can Do

GET
Listjobs — Fortify List jobs
/v1/jobs
GET
Getjob — Fortify Get job
/v1/jobs/{id}

MCP Tools

fortify-list-jobs

Fortify List jobs

read-only idempotent
fortify-get-job

Fortify Get job

read-only idempotent

Capability Spec

software-security-center-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify Software Security Center API — Jobs
  description: 'Fortify Software Security Center API — Jobs. 2 operations. Lead operation: Fortify List jobs. Self-contained
    Naftiko capability covering one Fortify business surface.'
  tags:
  - Fortify
  - Jobs
  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-jobs
    baseUri: ''
    description: Fortify Software Security Center API — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: jobs
      path: /jobs
      operations:
      - name: listjobs
        method: GET
        description: Fortify List jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: jobs-id
      path: /jobs/{id}
      operations:
      - name: getjob
        method: GET
        description: Fortify Get job
        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-jobs-rest
    port: 8080
    description: REST adapter for Fortify Software Security Center API — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/jobs
      name: jobs
      description: REST surface for jobs.
      operations:
      - method: GET
        name: listjobs
        description: Fortify List jobs
        call: software-security-center-jobs.listjobs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/jobs/{id}
      name: jobs-id
      description: REST surface for jobs-id.
      operations:
      - method: GET
        name: getjob
        description: Fortify Get job
        call: software-security-center-jobs.getjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: software-security-center-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify Software Security Center API — Jobs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: fortify-list-jobs
      description: Fortify List jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: software-security-center-jobs.listjobs
      outputParameters:
      - type: object
        mapping: $.
    - name: fortify-get-job
      description: Fortify Get job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: software-security-center-jobs.getjob
      outputParameters:
      - type: object
        mapping: $.