Palo Alto Networks · Capability

Palo Alto Networks WildFire API — Verdict

Palo Alto Networks WildFire API — Verdict. 2 operations. Lead operation: Palo Alto Networks Get Verdict by Hash. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksVerdict

What You Can Do

POST
Getverdict — Palo Alto Networks Get Verdict by Hash
/v1/get/verdict
POST
Getbulkverdicts — Palo Alto Networks Get Bulk Verdicts
/v1/get/verdicts

MCP Tools

palo-alto-networks-get-verdict

Palo Alto Networks Get Verdict by Hash

read-only
palo-alto-networks-get-bulk

Palo Alto Networks Get Bulk Verdicts

read-only

Capability Spec

palo-alto-wildfire-verdict.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks WildFire API — Verdict
  description: 'Palo Alto Networks WildFire API — Verdict. 2 operations. Lead operation: Palo Alto Networks Get Verdict by
    Hash. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Verdict
  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-wildfire-verdict
    baseUri: https://wildfire.paloaltonetworks.com/publicapi
    description: Palo Alto Networks WildFire API — Verdict business capability. Self-contained, no shared references.
    resources:
    - name: get-verdict
      path: /get/verdict
      operations:
      - name: getverdict
        method: POST
        description: Palo Alto Networks Get Verdict by Hash
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: get-verdicts
      path: /get/verdicts
      operations:
      - name: getbulkverdicts
        method: POST
        description: Palo Alto Networks Get Bulk Verdicts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: palo-alto-wildfire-verdict-rest
    port: 8080
    description: REST adapter for Palo Alto Networks WildFire API — Verdict. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/get/verdict
      name: get-verdict
      description: REST surface for get-verdict.
      operations:
      - method: POST
        name: getverdict
        description: Palo Alto Networks Get Verdict by Hash
        call: palo-alto-wildfire-verdict.getverdict
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/get/verdicts
      name: get-verdicts
      description: REST surface for get-verdicts.
      operations:
      - method: POST
        name: getbulkverdicts
        description: Palo Alto Networks Get Bulk Verdicts
        call: palo-alto-wildfire-verdict.getbulkverdicts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-wildfire-verdict-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks WildFire API — Verdict. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-verdict
      description: Palo Alto Networks Get Verdict by Hash
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-wildfire-verdict.getverdict
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-bulk
      description: Palo Alto Networks Get Bulk Verdicts
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-wildfire-verdict.getbulkverdicts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.