Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Configuration API — ServiceConnections

Palo Alto Networks Prisma Access Configuration API — ServiceConnections. 5 operations. Lead operation: Palo Alto Networks List Service Connections. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksServiceConnections

What You Can Do

GET
Listserviceconnections — Palo Alto Networks List Service Connections
/v1/service-connections
POST
Createserviceconnection — Palo Alto Networks Create a Service Connection
/v1/service-connections
GET
Getserviceconnection — Palo Alto Networks Get a Service Connection
/v1/service-connections/{id}
PUT
Updateserviceconnection — Palo Alto Networks Update a Service Connection
/v1/service-connections/{id}
DELETE
Deleteserviceconnection — Palo Alto Networks Delete a Service Connection
/v1/service-connections/{id}

MCP Tools

palo-alto-networks-list-service

Palo Alto Networks List Service Connections

read-only idempotent
palo-alto-networks-create-service

Palo Alto Networks Create a Service Connection

palo-alto-networks-get-service

Palo Alto Networks Get a Service Connection

read-only idempotent
palo-alto-networks-update-service

Palo Alto Networks Update a Service Connection

idempotent
palo-alto-networks-delete-service

Palo Alto Networks Delete a Service Connection

idempotent

Capability Spec

palo-alto-prisma-access-serviceconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Access Configuration API — ServiceConnections
  description: 'Palo Alto Networks Prisma Access Configuration API — ServiceConnections. 5 operations. Lead operation: Palo
    Alto Networks List Service Connections. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - ServiceConnections
  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-access-serviceconnections
    baseUri: https://api.sase.paloaltonetworks.com/sse/config/v1
    description: Palo Alto Networks Prisma Access Configuration API — ServiceConnections business capability. Self-contained,
      no shared references.
    resources:
    - name: service-connections
      path: /service-connections
      operations:
      - name: listserviceconnections
        method: GET
        description: Palo Alto Networks List Service Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder
          in: query
          type: string
          description: Filter by folder.
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
      - name: createserviceconnection
        method: POST
        description: Palo Alto Networks Create a Service Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder
          in: query
          type: string
          description: Target folder for the service connection.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: service-connections-id
      path: /service-connections/{id}
      operations:
      - name: getserviceconnection
        method: GET
        description: Palo Alto Networks Get a Service Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique service connection identifier.
          required: true
      - name: updateserviceconnection
        method: PUT
        description: Palo Alto Networks Update a Service Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique service connection identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteserviceconnection
        method: DELETE
        description: Palo Alto Networks Delete a Service Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique service connection identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-access-serviceconnections-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Access Configuration API — ServiceConnections. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/service-connections
      name: service-connections
      description: REST surface for service-connections.
      operations:
      - method: GET
        name: listserviceconnections
        description: Palo Alto Networks List Service Connections
        call: palo-alto-prisma-access-serviceconnections.listserviceconnections
        with:
          folder: rest.folder
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createserviceconnection
        description: Palo Alto Networks Create a Service Connection
        call: palo-alto-prisma-access-serviceconnections.createserviceconnection
        with:
          folder: rest.folder
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/service-connections/{id}
      name: service-connections-id
      description: REST surface for service-connections-id.
      operations:
      - method: GET
        name: getserviceconnection
        description: Palo Alto Networks Get a Service Connection
        call: palo-alto-prisma-access-serviceconnections.getserviceconnection
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateserviceconnection
        description: Palo Alto Networks Update a Service Connection
        call: palo-alto-prisma-access-serviceconnections.updateserviceconnection
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteserviceconnection
        description: Palo Alto Networks Delete a Service Connection
        call: palo-alto-prisma-access-serviceconnections.deleteserviceconnection
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-access-serviceconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Access Configuration API — ServiceConnections. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-service
      description: Palo Alto Networks List Service Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-serviceconnections.listserviceconnections
      with:
        folder: tools.folder
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-service
      description: Palo Alto Networks Create a Service Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-access-serviceconnections.createserviceconnection
      with:
        folder: tools.folder
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-service
      description: Palo Alto Networks Get a Service Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-serviceconnections.getserviceconnection
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-service
      description: Palo Alto Networks Update a Service Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-serviceconnections.updateserviceconnection
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-service
      description: Palo Alto Networks Delete a Service Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-prisma-access-serviceconnections.deleteserviceconnection
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.