Symphony · Capability

Symphony Agent API — Health

Symphony Agent API — Health. 2 operations. Lead operation: Symphony Checks Health Status. Self-contained Naftiko capability covering one Symphony business surface.

Run with Naftiko SymphonyHealth

What You Can Do

GET
V3health — Symphony Checks Health Status
/v1/v3/health
GET
V3extendedhealth — Symphony Checks Health Status of Services and Users
/v1/v3/health/extended

MCP Tools

symphony-checks-health-status

Symphony Checks Health Status

read-only idempotent
symphony-checks-health-status-services

Symphony Checks Health Status of Services and Users

read-only idempotent

Capability Spec

agent-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Symphony Agent API — Health
  description: 'Symphony Agent API — Health. 2 operations. Lead operation: Symphony Checks Health Status. Self-contained Naftiko
    capability covering one Symphony business surface.'
  tags:
  - Symphony
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYMPHONY_API_KEY: SYMPHONY_API_KEY
capability:
  consumes:
  - type: http
    namespace: agent-health
    baseUri: ''
    description: Symphony Agent API — Health business capability. Self-contained, no shared references.
    resources:
    - name: v3-health
      path: /v3/health
      operations:
      - name: v3health
        method: GET
        description: Symphony Checks Health Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v3-health-extended
      path: /v3/health/extended
      operations:
      - name: v3extendedhealth
        method: GET
        description: Symphony Checks Health Status of Services and Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: agent-health-rest
    port: 8080
    description: REST adapter for Symphony Agent API — Health. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v3/health
      name: v3-health
      description: REST surface for v3-health.
      operations:
      - method: GET
        name: v3health
        description: Symphony Checks Health Status
        call: agent-health.v3health
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/health/extended
      name: v3-health-extended
      description: REST surface for v3-health-extended.
      operations:
      - method: GET
        name: v3extendedhealth
        description: Symphony Checks Health Status of Services and Users
        call: agent-health.v3extendedhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agent-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Symphony Agent API — Health. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: symphony-checks-health-status
      description: Symphony Checks Health Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agent-health.v3health
      outputParameters:
      - type: object
        mapping: $.
    - name: symphony-checks-health-status-services
      description: Symphony Checks Health Status of Services and Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agent-health.v3extendedhealth
      outputParameters:
      - type: object
        mapping: $.