Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud Code Security API — Fixes

Palo Alto Networks Prisma Cloud Code Security API — Fixes. 1 operations. Lead operation: Palo Alto Networks Get Fix Suggestions for Pull Requests. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksFixes

What You Can Do

GET
Getfixsuggestionsforpr — Palo Alto Networks Get Fix Suggestions for Pull Requests
/v1/fixes/pull-request

MCP Tools

palo-alto-networks-get-fix

Palo Alto Networks Get Fix Suggestions for Pull Requests

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-code-security-fixes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud Code Security API — Fixes
  description: 'Palo Alto Networks Prisma Cloud Code Security API — Fixes. 1 operations. Lead operation: Palo Alto Networks
    Get Fix Suggestions for Pull Requests. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Fixes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-prisma-cloud-code-security-fixes
    baseUri: https://api.prismacloud.io/code/api/v1
    description: Palo Alto Networks Prisma Cloud Code Security API — Fixes business capability. Self-contained, no shared
      references.
    resources:
    - name: fixes-pull_request
      path: /fixes/pull_request
      operations:
      - name: getfixsuggestionsforpr
        method: GET
        description: Palo Alto Networks Get Fix Suggestions for Pull Requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repositoryId
          in: query
          type: string
          description: Repository identifier to retrieve fix suggestions for.
          required: true
        - name: branch
          in: query
          type: string
          description: Branch or pull request branch to retrieve fix suggestions for.
        - name: filePath
          in: query
          type: string
          description: Filter fix suggestions by specific file path.
        - name: offset
          in: query
          type: integer
          description: Number of records to skip for pagination.
        - name: limit
          in: query
          type: integer
          description: Maximum number of records to return.
    authentication:
      type: apikey
      key: x-redlock-auth
      value: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-code-security-fixes-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud Code Security API — Fixes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fixes/pull-request
      name: fixes-pull-request
      description: REST surface for fixes-pull_request.
      operations:
      - method: GET
        name: getfixsuggestionsforpr
        description: Palo Alto Networks Get Fix Suggestions for Pull Requests
        call: palo-alto-prisma-cloud-code-security-fixes.getfixsuggestionsforpr
        with:
          repositoryId: rest.repositoryId
          branch: rest.branch
          filePath: rest.filePath
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-code-security-fixes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud Code Security API — Fixes. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-fix
      description: Palo Alto Networks Get Fix Suggestions for Pull Requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-code-security-fixes.getfixsuggestionsforpr
      with:
        repositoryId: tools.repositoryId
        branch: tools.branch
        filePath: tools.filePath
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.