naftiko: 1.0.0-alpha2 info: label: Spring Batch 5.1 Actuator API — Health description: 'Spring Batch 5.1 Actuator API — Health. 2 operations. Lead operation: Get Application Health. Self-contained Naftiko capability covering one Spring Batch business surface.' tags: - Spring Batch - Health created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SPRING_BATCH_API_KEY: SPRING_BATCH_API_KEY capability: consumes: - type: http namespace: spring-batch-health baseUri: http://localhost:8080/actuator description: Spring Batch 5.1 Actuator API — Health business capability. Self-contained, no shared references. resources: - name: health path: /health operations: - name: gethealth method: GET description: Get Application Health outputRawFormat: json outputParameters: - name: result type: object value: $. - name: health-batch path: /health/batch operations: - name: getbatchhealth method: GET description: Get Batch Health outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: spring-batch-health-rest port: 8080 description: REST adapter for Spring Batch 5.1 Actuator API — 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: gethealth description: Get Application Health call: spring-batch-health.gethealth outputParameters: - type: object mapping: $. - path: /v1/health/batch name: health-batch description: REST surface for health-batch. operations: - method: GET name: getbatchhealth description: Get Batch Health call: spring-batch-health.getbatchhealth outputParameters: - type: object mapping: $. - type: mcp namespace: spring-batch-health-mcp port: 9090 transport: http description: MCP adapter for Spring Batch 5.1 Actuator API — Health. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-application-health description: Get Application Health hints: readOnly: true destructive: false idempotent: true call: spring-batch-health.gethealth outputParameters: - type: object mapping: $. - name: get-batch-health description: Get Batch Health hints: readOnly: true destructive: false idempotent: true call: spring-batch-health.getbatchhealth outputParameters: - type: object mapping: $.