OWASP ZAP · Capability

ZAP API — quickstartlaunch

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

Run with Naftiko Owasp Zapquickstartlaunch

What You Can Do

GET
Quickstartlaunchotherstartpage — quickstartlaunchotherstartpage
/v1/other/quickstartlaunch/other/startpage

MCP Tools

quickstartlaunchotherstartpage

quickstartlaunchotherstartpage

read-only idempotent

Capability Spec

owasp-zap-quickstartlaunch.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZAP API — quickstartlaunch
  description: 'ZAP API — quickstartlaunch. 1 operations. Lead operation: quickstartlaunch. Self-contained Naftiko capability
    covering one Owasp Zap business surface.'
  tags:
  - Owasp Zap
  - quickstartlaunch
  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-quickstartlaunch
    baseUri: http://zap
    description: ZAP API — quickstartlaunch business capability. Self-contained, no shared references.
    resources:
    - name: OTHER-quickstartlaunch-other-startPage
      path: /OTHER/quickstartlaunch/other/startPage/
      operations:
      - name: quickstartlaunchotherstartpage
        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-quickstartlaunch-rest
    port: 8080
    description: REST adapter for ZAP API — quickstartlaunch. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/other/quickstartlaunch/other/startpage
      name: other-quickstartlaunch-other-startpage
      description: REST surface for OTHER-quickstartlaunch-other-startPage.
      operations:
      - method: GET
        name: quickstartlaunchotherstartpage
        description: quickstartlaunchotherstartpage
        call: owasp-zap-quickstartlaunch.quickstartlaunchotherstartpage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: owasp-zap-quickstartlaunch-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZAP API — quickstartlaunch. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: quickstartlaunchotherstartpage
      description: quickstartlaunchotherstartpage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-quickstartlaunch.quickstartlaunchotherstartpage
      outputParameters:
      - type: object
        mapping: $.