OWASP ZAP · Capability

ZAP API — paramDigger

ZAP API — paramDigger. 1 operations. Lead operation: paramDigger. Self-contained Naftiko capability covering one Owasp Zap business surface.

Run with Naftiko Owasp ZapparamDigger

What You Can Do

GET
Paramdiggeractionhelloworld — paramdiggeractionhelloworld
/v1/json/paramdigger/action/helloworld

MCP Tools

paramdiggeractionhelloworld

paramdiggeractionhelloworld

read-only idempotent

Capability Spec

owasp-zap-paramdigger.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZAP API — paramDigger
  description: 'ZAP API — paramDigger. 1 operations. Lead operation: paramDigger. Self-contained Naftiko capability covering
    one Owasp Zap business surface.'
  tags:
  - Owasp Zap
  - paramDigger
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OWASP_ZAP_API_KEY: OWASP_ZAP_API_KEY
capability:
  consumes:
  - type: http
    namespace: owasp-zap-paramdigger
    baseUri: http://zap
    description: ZAP API — paramDigger business capability. Self-contained, no shared references.
    resources:
    - name: JSON-paramDigger-action-helloWorld
      path: /JSON/paramDigger/action/helloWorld/
      operations:
      - name: paramdiggeractionhelloworld
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-ZAP-API-Key
      value: '{{env.OWASP_ZAP_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: owasp-zap-paramdigger-rest
    port: 8080
    description: REST adapter for ZAP API — paramDigger. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/json/paramdigger/action/helloworld
      name: json-paramdigger-action-helloworld
      description: REST surface for JSON-paramDigger-action-helloWorld.
      operations:
      - method: GET
        name: paramdiggeractionhelloworld
        description: paramdiggeractionhelloworld
        call: owasp-zap-paramdigger.paramdiggeractionhelloworld
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: owasp-zap-paramdigger-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZAP API — paramDigger. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: paramdiggeractionhelloworld
      description: paramdiggeractionhelloworld
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-paramdigger.paramdiggeractionhelloworld
      outputParameters:
      - type: object
        mapping: $.