Check Point · Capability

Check Point Gaia API — System

Check Point Gaia API — System. 1 operations. Lead operation: Show system information. Self-contained Naftiko capability covering one Checkpoint business surface.

Run with Naftiko CheckpointSystem

What You Can Do

POST
Showsysteminfo — Show system information
/v1/show-system-info

MCP Tools

show-system-information

Show system information

Capability Spec

gaia-system.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Check Point Gaia API — System
  description: 'Check Point Gaia API — System. 1 operations. Lead operation: Show system information. Self-contained Naftiko
    capability covering one Checkpoint business surface.'
  tags:
  - Checkpoint
  - System
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHECKPOINT_API_KEY: CHECKPOINT_API_KEY
capability:
  consumes:
  - type: http
    namespace: gaia-system
    baseUri: https://{gateway}/gaia_api
    description: Check Point Gaia API — System business capability. Self-contained, no shared references.
    resources:
    - name: show-system-info
      path: /show-system-info
      operations:
      - name: showsysteminfo
        method: POST
        description: Show system information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-chkp-sid
      value: '{{env.CHECKPOINT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: gaia-system-rest
    port: 8080
    description: REST adapter for Check Point Gaia API — System. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/show-system-info
      name: show-system-info
      description: REST surface for show-system-info.
      operations:
      - method: POST
        name: showsysteminfo
        description: Show system information
        call: gaia-system.showsysteminfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gaia-system-mcp
    port: 9090
    transport: http
    description: MCP adapter for Check Point Gaia API — System. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: show-system-information
      description: Show system information
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gaia-system.showsysteminfo
      outputParameters:
      - type: object
        mapping: $.