naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Prisma SD-WAN API — LANNetworks description: 'Palo Alto Networks Prisma SD-WAN API — LANNetworks. 2 operations. Lead operation: Palo Alto Networks List LAN Networks at a Site. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - LANNetworks 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-sd-wan-lannetworks baseUri: https://api.sase.paloaltonetworks.com description: Palo Alto Networks Prisma SD-WAN API — LANNetworks business capability. Self-contained, no shared references. resources: - name: sdwan-config-v1-sites-site_id-lan-networks path: /sdwan/config/v1/sites/{site_id}/lan-networks operations: - name: listsitelannetworks method: GET description: Palo Alto Networks List LAN Networks at a Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: site_id in: path type: string description: Unique site identifier. required: true - name: offset in: query type: integer - name: limit in: query type: integer - name: createsitelannetwork method: POST description: Palo Alto Networks Create a LAN Network at a Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: site_id in: path type: string description: Unique site identifier. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-prisma-sd-wan-lannetworks-rest port: 8080 description: REST adapter for Palo Alto Networks Prisma SD-WAN API — LANNetworks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sdwan/config/v1/sites/{site-id}/lan-networks name: sdwan-config-v1-sites-site-id-lan-networks description: REST surface for sdwan-config-v1-sites-site_id-lan-networks. operations: - method: GET name: listsitelannetworks description: Palo Alto Networks List LAN Networks at a Site call: palo-alto-prisma-sd-wan-lannetworks.listsitelannetworks with: site_id: rest.site_id offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - method: POST name: createsitelannetwork description: Palo Alto Networks Create a LAN Network at a Site call: palo-alto-prisma-sd-wan-lannetworks.createsitelannetwork with: site_id: rest.site_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-sd-wan-lannetworks-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Prisma SD-WAN API — LANNetworks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-lan description: Palo Alto Networks List LAN Networks at a Site hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-sd-wan-lannetworks.listsitelannetworks with: site_id: tools.site_id offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-lan description: Palo Alto Networks Create a LAN Network at a Site hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-sd-wan-lannetworks.createsitelannetwork with: site_id: tools.site_id body: tools.body outputParameters: - type: object mapping: $.