naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Cloud NGFW for AWS REST API — PrefixLists description: 'Palo Alto Networks Cloud NGFW for AWS REST API — PrefixLists. 2 operations. Lead operation: Palo Alto Networks List Prefix Lists. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - PrefixLists 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-cloud-ngfw-prefixlists baseUri: https://api.{region}.aws.cloudngfw.paloaltonetworks.com/v1 description: Palo Alto Networks Cloud NGFW for AWS REST API — PrefixLists business capability. Self-contained, no shared references. resources: - name: config-rulestacks-rulestack-prefixlists path: /config/rulestacks/{rulestack}/prefixlists operations: - name: listprefixlists method: GET description: Palo Alto Networks List Prefix Lists outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: maxresults in: query type: integer - name: nexttoken in: query type: string - name: createprefixlist method: POST description: Palo Alto Networks Create Prefix List outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' placement: header exposes: - type: rest namespace: palo-alto-cloud-ngfw-prefixlists-rest port: 8080 description: REST adapter for Palo Alto Networks Cloud NGFW for AWS REST API — PrefixLists. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/config/rulestacks/{rulestack}/prefixlists name: config-rulestacks-rulestack-prefixlists description: REST surface for config-rulestacks-rulestack-prefixlists. operations: - method: GET name: listprefixlists description: Palo Alto Networks List Prefix Lists call: palo-alto-cloud-ngfw-prefixlists.listprefixlists with: maxresults: rest.maxresults nexttoken: rest.nexttoken outputParameters: - type: object mapping: $. - method: POST name: createprefixlist description: Palo Alto Networks Create Prefix List call: palo-alto-cloud-ngfw-prefixlists.createprefixlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-cloud-ngfw-prefixlists-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Cloud NGFW for AWS REST API — PrefixLists. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-prefix description: Palo Alto Networks List Prefix Lists hints: readOnly: true destructive: false idempotent: true call: palo-alto-cloud-ngfw-prefixlists.listprefixlists with: maxresults: tools.maxresults nexttoken: tools.nexttoken outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-prefix description: Palo Alto Networks Create Prefix List hints: readOnly: false destructive: false idempotent: false call: palo-alto-cloud-ngfw-prefixlists.createprefixlist with: body: tools.body outputParameters: - type: object mapping: $.