Langfuse · Capability

langfuse — Health

langfuse — Health. 1 operations. Lead operation: Health. Self-contained Naftiko capability covering one Langfuse business surface.

Run with Naftiko LangfuseHealth

What You Can Do

GET
Healthhealth — Check health of API and database
/v1/api/public/health

MCP Tools

check-health-api-and-database

Check health of API and database

read-only idempotent

Capability Spec

langfuse-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: langfuse — Health
  description: 'langfuse — Health. 1 operations. Lead operation: Health. Self-contained Naftiko capability covering one Langfuse
    business surface.'
  tags:
  - Langfuse
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGFUSE_API_KEY: LANGFUSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: langfuse-health
    baseUri: ''
    description: langfuse — Health business capability. Self-contained, no shared references.
    resources:
    - name: api-public-health
      path: /api/public/health
      operations:
      - name: healthhealth
        method: GET
        description: Check health of API and database
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.LANGFUSE_USER}}'
      password: '{{env.LANGFUSE_PASS}}'
  exposes:
  - type: rest
    namespace: langfuse-health-rest
    port: 8080
    description: REST adapter for langfuse — Health. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/api/public/health
      name: api-public-health
      description: REST surface for api-public-health.
      operations:
      - method: GET
        name: healthhealth
        description: Check health of API and database
        call: langfuse-health.healthhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langfuse-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for langfuse — Health. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: check-health-api-and-database
      description: Check health of API and database
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langfuse-health.healthhealth
      outputParameters:
      - type: object
        mapping: $.