Tazama · Capability

Tazama Transaction Monitoring Service API — Health

Tazama Transaction Monitoring Service API — Health. 2 operations. Lead operation: Get Service Status. Self-contained Naftiko capability covering one Tazama business surface.

Run with Naftiko TazamaHealth

What You Can Do

GET
Getservicestatus — Get Service Status
/v1
GET
Gethealthstatus — Get Health Status
/v1/health

MCP Tools

get-service-status

Get Service Status

read-only idempotent
get-health-status

Get Health Status

read-only idempotent

Capability Spec

transaction-monitoring-service-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tazama Transaction Monitoring Service API — Health
  description: 'Tazama Transaction Monitoring Service API — Health. 2 operations. Lead operation: Get Service Status. Self-contained
    Naftiko capability covering one Tazama business surface.'
  tags:
  - Tazama
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TAZAMA_API_KEY: TAZAMA_API_KEY
capability:
  consumes:
  - type: http
    namespace: transaction-monitoring-service-health
    baseUri: http://localhost:5000
    description: Tazama Transaction Monitoring Service API — Health business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getservicestatus
        method: GET
        description: Get Service Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: health
      path: /health
      operations:
      - name: gethealthstatus
        method: GET
        description: Get Health Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: transaction-monitoring-service-health-rest
    port: 8080
    description: REST adapter for Tazama Transaction Monitoring Service API — Health. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getservicestatus
        description: Get Service Status
        call: transaction-monitoring-service-health.getservicestatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: gethealthstatus
        description: Get Health Status
        call: transaction-monitoring-service-health.gethealthstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: transaction-monitoring-service-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tazama Transaction Monitoring Service API — Health. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-service-status
      description: Get Service Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: transaction-monitoring-service-health.getservicestatus
      outputParameters:
      - type: object
        mapping: $.
    - name: get-health-status
      description: Get Health Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: transaction-monitoring-service-health.gethealthstatus
      outputParameters:
      - type: object
        mapping: $.