FINOS · Capability

Agent API — System

Agent API — System. 2 operations. Lead operation: Checks health status. Self-contained Naftiko capability covering one Finos business surface.

Run with Naftiko FinosSystem

What You Can Do

GET
V3health — Checks health status
/v1/v3/health
GET
V3extendedhealth — Checks health status of services and users
/v1/v3/health/extended

MCP Tools

checks-health-status

Checks health status

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

Checks health status of services and users

read-only idempotent

Capability Spec

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