Bunq · Capability

Bunq user/{userID}/insight-preference-date — User

Bunq user/{userID}/insight-preference-date — User. 1 operations. Lead operation: User. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqUser

What You Can Do

GET
Listallinsightpreferencedateforuser — Used to allow users to set insight/budget preferences.
/v1/user/{userid}/insight-preference-date

MCP Tools

used-allow-users-set-insight

Used to allow users to set insight/budget preferences.

read-only idempotent

Capability Spec

user-userid-insight-preference-date-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/insight-preference-date — User
  description: 'Bunq user/{userID}/insight-preference-date — User. 1 operations. Lead operation: User. Self-contained Naftiko
    capability covering one Bunq business surface.'
  tags:
  - Bunq
  - User
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-userid-insight-preference-date-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/insight-preference-date — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-insight-preference-date
      path: /user/{userID}/insight-preference-date
      operations:
      - name: listallinsightpreferencedateforuser
        method: GET
        description: Used to allow users to set insight/budget preferences.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-userid-insight-preference-date-user-rest
    port: 8080
    description: REST adapter for Bunq user/{userID}/insight-preference-date — User. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/user/{userid}/insight-preference-date
      name: user-userid-insight-preference-date
      description: REST surface for user-userID-insight-preference-date.
      operations:
      - method: GET
        name: listallinsightpreferencedateforuser
        description: Used to allow users to set insight/budget preferences.
        call: user-userid-insight-preference-date-user.listallinsightpreferencedateforuser
        with:
          userID: rest.userID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-userid-insight-preference-date-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user/{userID}/insight-preference-date — User. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: used-allow-users-set-insight
      description: Used to allow users to set insight/budget preferences.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-insight-preference-date-user.listallinsightpreferencedateforuser
      with:
        userID: tools.userID
      outputParameters:
      - type: object
        mapping: $.