Fortify · Capability

Fortify Software Security Center API — Cloud Pools

Fortify Software Security Center API — Cloud Pools. 1 operations. Lead operation: Fortify List cloud pools. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyCloud Pools

What You Can Do

GET
Listcloudpools — Fortify List cloud pools
/v1/cloudpools

MCP Tools

fortify-list-cloud-pools

Fortify List cloud pools

read-only idempotent

Capability Spec

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