Saildrone · Capability

Saildrone Mission API — Health

Saildrone Mission API health check. 1 operation. Lead operation Saildrone Get Service Health. Self-contained Naftiko capability covering one Saildrone business surface.

Saildrone Mission API — Health is a Naftiko capability published by Saildrone, one of 3 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/health.

The capability includes 1 read-only operation. Lead operation: Saildrone Get Service Health. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Saildrone and Health.

Run with Naftiko SaildroneHealth

What You Can Do

GET
Gethealth — Saildrone Get Service Health
/v1/health

MCP Tools

saildrone-get-service-health

Saildrone Get Service Health

read-only idempotent

Capability Spec

mission-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Saildrone Mission API — Health
  description: Saildrone Mission API health check. 1 operation. Lead operation Saildrone Get Service Health. Self-contained Naftiko capability covering one Saildrone business surface.
  tags:
    - Saildrone
    - Health
  created: '2026-05-24'
  modified: '2026-05-24'
binds: []
capability:
  consumes:
    - type: http
      namespace: mission-health
      baseUri: https://developer-mission.saildrone.com
      description: Saildrone Mission API — Health business capability. Self-contained, no shared references.
      resources:
        - name: health
          path: /health
          operations:
            - name: gethealth
              method: GET
              description: Saildrone Get Service Health
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: mission-health-rest
      port: 8080
      description: REST adapter for Saildrone Mission API — Health.
      resources:
        - path: /v1/health
          name: health
          description: REST surface for health.
          operations:
            - method: GET
              name: gethealth
              description: Saildrone Get Service Health
              call: mission-health.gethealth
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: mission-health-mcp
      port: 9090
      transport: http
      description: MCP adapter for Saildrone Mission API — Health.
      tools:
        - name: saildrone-get-service-health
          description: Saildrone Get Service Health
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: mission-health.gethealth
          outputParameters:
            - type: object
              mapping: $.