CoreDNS · Capability

CoreDNS Health API — Ready

CoreDNS Health API — Ready. 1 operations. Lead operation: CoreDNS readiness check. Self-contained Naftiko capability covering one Coredns business surface.

Run with Naftiko CorednsReady

What You Can Do

GET
Getreadiness — CoreDNS readiness check
/v1/ready

MCP Tools

coredns-readiness-check

CoreDNS readiness check

read-only idempotent

Capability Spec

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