Temenos · Capability

Temenos Wealth API — Party

Temenos Wealth API — Party. 1 operations. Lead operation: List Wealth Clients. Self-contained Naftiko capability covering one Temenos business surface.

Run with Naftiko TemenosParty

What You Can Do

GET
Listwealthclients — List Wealth Clients
/v1/party/clients

MCP Tools

list-wealth-clients

List Wealth Clients

read-only idempotent

Capability Spec

wealth-party.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Wealth API — Party
  description: 'Temenos Wealth API — Party. 1 operations. Lead operation: List Wealth Clients. Self-contained Naftiko capability
    covering one Temenos business surface.'
  tags:
  - Temenos
  - Party
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_API_KEY: TEMENOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: wealth-party
    baseUri: https://api.temenos.com/wealth/v1
    description: Temenos Wealth API — Party business capability. Self-contained, no shared references.
    resources:
    - name: party-clients
      path: /party/clients
      operations:
      - name: listwealthclients
        method: GET
        description: List Wealth Clients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TEMENOS_API_KEY}}'
  exposes:
  - type: rest
    namespace: wealth-party-rest
    port: 8080
    description: REST adapter for Temenos Wealth API — Party. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/party/clients
      name: party-clients
      description: REST surface for party-clients.
      operations:
      - method: GET
        name: listwealthclients
        description: List Wealth Clients
        call: wealth-party.listwealthclients
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wealth-party-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Wealth API — Party. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-wealth-clients
      description: List Wealth Clients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wealth-party.listwealthclients
      outputParameters:
      - type: object
        mapping: $.