OWASP ZAP · Capability

ZAP API — keyboard

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

Run with Naftiko Owasp Zapkeyboard

What You Can Do

GET
Keyboardothercheatsheetactionorder — Lists the keyboard shortcuts sorted by action, optionally, showing actions without shortcut set.
/v1/other/keyboard/other/cheatsheetactionorder
GET
Keyboardothercheatsheetkeyorder — Lists the keyboard shortcuts sorted by keyboard shortcut, optionally, showing actions without shortcut set.
/v1/other/keyboard/other/cheatsheetkeyorder

MCP Tools

lists-keyboard-shortcuts-sorted-action

Lists the keyboard shortcuts sorted by action, optionally, showing actions without shortcut set.

read-only idempotent
lists-keyboard-shortcuts-sorted-keyboard

Lists the keyboard shortcuts sorted by keyboard shortcut, optionally, showing actions without shortcut set.

read-only idempotent

Capability Spec

owasp-zap-keyboard.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZAP API — keyboard
  description: 'ZAP API — keyboard. 2 operations. Lead operation: keyboard. Self-contained Naftiko capability covering one
    Owasp Zap business surface.'
  tags:
  - Owasp Zap
  - keyboard
  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-keyboard
    baseUri: http://zap
    description: ZAP API — keyboard business capability. Self-contained, no shared references.
    resources:
    - name: OTHER-keyboard-other-cheatsheetActionOrder
      path: /OTHER/keyboard/other/cheatsheetActionOrder/
      operations:
      - name: keyboardothercheatsheetactionorder
        method: GET
        description: Lists the keyboard shortcuts sorted by action, optionally, showing actions without shortcut set.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: OTHER-keyboard-other-cheatsheetKeyOrder
      path: /OTHER/keyboard/other/cheatsheetKeyOrder/
      operations:
      - name: keyboardothercheatsheetkeyorder
        method: GET
        description: Lists the keyboard shortcuts sorted by keyboard shortcut, optionally, showing actions without shortcut
          set.
        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-keyboard-rest
    port: 8080
    description: REST adapter for ZAP API — keyboard. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/other/keyboard/other/cheatsheetactionorder
      name: other-keyboard-other-cheatsheetactionorder
      description: REST surface for OTHER-keyboard-other-cheatsheetActionOrder.
      operations:
      - method: GET
        name: keyboardothercheatsheetactionorder
        description: Lists the keyboard shortcuts sorted by action, optionally, showing actions without shortcut set.
        call: owasp-zap-keyboard.keyboardothercheatsheetactionorder
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/other/keyboard/other/cheatsheetkeyorder
      name: other-keyboard-other-cheatsheetkeyorder
      description: REST surface for OTHER-keyboard-other-cheatsheetKeyOrder.
      operations:
      - method: GET
        name: keyboardothercheatsheetkeyorder
        description: Lists the keyboard shortcuts sorted by keyboard shortcut, optionally, showing actions without shortcut
          set.
        call: owasp-zap-keyboard.keyboardothercheatsheetkeyorder
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: owasp-zap-keyboard-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZAP API — keyboard. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: lists-keyboard-shortcuts-sorted-action
      description: Lists the keyboard shortcuts sorted by action, optionally, showing actions without shortcut set.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-keyboard.keyboardothercheatsheetactionorder
      outputParameters:
      - type: object
        mapping: $.
    - name: lists-keyboard-shortcuts-sorted-keyboard
      description: Lists the keyboard shortcuts sorted by keyboard shortcut, optionally, showing actions without shortcut
        set.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-keyboard.keyboardothercheatsheetkeyorder
      outputParameters:
      - type: object
        mapping: $.