Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Configuration API — RemoteNetworks

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

Run with Naftiko Palo Alto NetworksRemoteNetworks

What You Can Do

GET
Listremotenetworks — Palo Alto Networks List Remote Networks
/v1/remote-networks
POST
Createremotenetwork — Palo Alto Networks Create a Remote Network
/v1/remote-networks
GET
Getremotenetwork — Palo Alto Networks Get a Remote Network
/v1/remote-networks/{id}
PUT
Updateremotenetwork — Palo Alto Networks Update a Remote Network
/v1/remote-networks/{id}
DELETE
Deleteremotenetwork — Palo Alto Networks Delete a Remote Network
/v1/remote-networks/{id}

MCP Tools

palo-alto-networks-list-remote

Palo Alto Networks List Remote Networks

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

Palo Alto Networks Create a Remote Network

palo-alto-networks-get-remote

Palo Alto Networks Get a Remote Network

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

Palo Alto Networks Update a Remote Network

idempotent
palo-alto-networks-delete-remote

Palo Alto Networks Delete a Remote Network

idempotent

Capability Spec

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