Bunq · Capability

Bunq user/{userID}/schedule — User

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

Run with Naftiko BunqUser

What You Can Do

GET
Listallscheduleforuser — Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH} is provided only sch
/v1/user/{userid}/schedule

MCP Tools

get-collection-scheduled-definition-all

Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH} is provided only sch

read-only idempotent

Capability Spec

user-userid-schedule-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/schedule — User
  description: 'Bunq user/{userID}/schedule — 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-schedule-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/schedule — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-schedule
      path: /user/{userID}/schedule
      operations:
      - name: listallscheduleforuser
        method: GET
        description: Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add
          the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH}
          is provided only sch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-userid-schedule-user-rest
    port: 8080
    description: REST adapter for Bunq user/{userID}/schedule — User. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/user/{userid}/schedule
      name: user-userid-schedule
      description: REST surface for user-userID-schedule.
      operations:
      - method: GET
        name: listallscheduleforuser
        description: Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add
          the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH}
          is provided only sch
        call: user-userid-schedule-user.listallscheduleforuser
        with:
          userID: rest.userID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-userid-schedule-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user/{userID}/schedule — User. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-collection-scheduled-definition-all
      description: Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add
        the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH}
        is provided only sch
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-schedule-user.listallscheduleforuser
      with:
        userID: tools.userID
      outputParameters:
      - type: object
        mapping: $.