naftiko: 1.0.0-alpha2 info: label: Bunq user/{userID}/monetary-account-bank — User description: 'Bunq user/{userID}/monetary-account-bank — User. 4 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-monetary-account-bank-user baseUri: https://public-api.sandbox.bunq.com/{basePath} description: Bunq user/{userID}/monetary-account-bank — User business capability. Self-contained, no shared references. resources: - name: user-userID-monetary-account-bank path: /user/{userID}/monetary-account-bank operations: - name: createmonetaryaccountbankforuser method: POST description: Create new MonetaryAccountBank. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true - name: listallmonetaryaccountbankforuser method: GET description: Gets a listing of all MonetaryAccountBanks of a given user. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: user-userID-monetary-account-bank-itemId path: /user/{userID}/monetary-account-bank/{itemId} operations: - name: readmonetaryaccountbankforuser method: GET description: Get a specific MonetaryAccountBank. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: itemId in: path type: integer required: true - name: updatemonetaryaccountbankforuser method: PUT description: Update a specific existing MonetaryAccountBank. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: itemId in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: user-userid-monetary-account-bank-user-rest port: 8080 description: REST adapter for Bunq user/{userID}/monetary-account-bank — User. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/user/{userid}/monetary-account-bank name: user-userid-monetary-account-bank description: REST surface for user-userID-monetary-account-bank. operations: - method: POST name: createmonetaryaccountbankforuser description: Create new MonetaryAccountBank. call: user-userid-monetary-account-bank-user.createmonetaryaccountbankforuser with: userID: rest.userID body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listallmonetaryaccountbankforuser description: Gets a listing of all MonetaryAccountBanks of a given user. call: user-userid-monetary-account-bank-user.listallmonetaryaccountbankforuser with: userID: rest.userID outputParameters: - type: object mapping: $. - path: /v1/user/{userid}/monetary-account-bank/{itemid} name: user-userid-monetary-account-bank-itemid description: REST surface for user-userID-monetary-account-bank-itemId. operations: - method: GET name: readmonetaryaccountbankforuser description: Get a specific MonetaryAccountBank. call: user-userid-monetary-account-bank-user.readmonetaryaccountbankforuser with: userID: rest.userID itemId: rest.itemId outputParameters: - type: object mapping: $. - method: PUT name: updatemonetaryaccountbankforuser description: Update a specific existing MonetaryAccountBank. call: user-userid-monetary-account-bank-user.updatemonetaryaccountbankforuser with: userID: rest.userID itemId: rest.itemId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: user-userid-monetary-account-bank-user-mcp port: 9090 transport: http description: MCP adapter for Bunq user/{userID}/monetary-account-bank — User. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-new-monetaryaccountbank description: Create new MonetaryAccountBank. hints: readOnly: false destructive: false idempotent: false call: user-userid-monetary-account-bank-user.createmonetaryaccountbankforuser with: userID: tools.userID body: tools.body outputParameters: - type: object mapping: $. - name: gets-listing-all-monetaryaccountbanks-given description: Gets a listing of all MonetaryAccountBanks of a given user. hints: readOnly: true destructive: false idempotent: true call: user-userid-monetary-account-bank-user.listallmonetaryaccountbankforuser with: userID: tools.userID outputParameters: - type: object mapping: $. - name: get-specific-monetaryaccountbank description: Get a specific MonetaryAccountBank. hints: readOnly: true destructive: false idempotent: true call: user-userid-monetary-account-bank-user.readmonetaryaccountbankforuser with: userID: tools.userID itemId: tools.itemId outputParameters: - type: object mapping: $. - name: update-specific-existing-monetaryaccountbank description: Update a specific existing MonetaryAccountBank. hints: readOnly: false destructive: false idempotent: true call: user-userid-monetary-account-bank-user.updatemonetaryaccountbankforuser with: userID: tools.userID itemId: tools.itemId body: tools.body outputParameters: - type: object mapping: $.