Dead Drop · Capability

dead-drop API v1 — Health

dead-drop API v1 — Health. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering one Dead Drop business surface.

Run with Naftiko Dead DropHealth

What You Can Do

GET
Get — Health Check
/v1/health

MCP Tools

health-check

Health Check

read-only idempotent

Capability Spec

dead-drop-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: dead-drop API v1 — Health
  description: 'dead-drop API v1 — Health. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering
    one Dead Drop business surface.'
  tags:
  - Dead Drop
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEAD_DROP_API_KEY: DEAD_DROP_API_KEY
capability:
  consumes:
  - type: http
    namespace: dead-drop-health
    baseUri: ''
    description: dead-drop API v1 — Health business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: get
        method: GET
        description: Health Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dead-drop-health-rest
    port: 8080
    description: REST adapter for dead-drop API v1 — Health. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: get
        description: Health Check
        call: dead-drop-health.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dead-drop-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for dead-drop API v1 — Health. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: health-check
      description: Health Check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dead-drop-health.get
      outputParameters:
      - type: object
        mapping: $.