Fortify · Capability

Fortify Software Security Center API — Features

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

Run with Naftiko FortifyFeatures

What You Can Do

GET
Listfeatures — Fortify List features
/v1/features

MCP Tools

fortify-list-features

Fortify List features

read-only idempotent

Capability Spec

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