Bunq · Capability

Bunq user/{userID}/chat-conversation — User

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

Run with Naftiko BunqUser

What You Can Do

GET
Listallcontentforuserchatconversationattachment — Get the raw content of a specific attachment.
/v1/user/{userid}/chat-conversation/{chat-conversationid}/attachment/{attachmentid}/content

MCP Tools

get-raw-content-specific-attachment

Get the raw content of a specific attachment.

read-only idempotent

Capability Spec

user-userid-chat-conversation-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/chat-conversation — User
  description: 'Bunq user/{userID}/chat-conversation — 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-chat-conversation-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/chat-conversation — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-chat-conversation-chat-conversationID-attachment-attachmentID-conten
      path: /user/{userID}/chat-conversation/{chat-conversationID}/attachment/{attachmentID}/content
      operations:
      - name: listallcontentforuserchatconversationattachment
        method: GET
        description: Get the raw content of a specific attachment.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: chat-conversationID
          in: path
          type: integer
          required: true
        - name: attachmentID
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-userid-chat-conversation-user-rest
    port: 8080
    description: REST adapter for Bunq user/{userID}/chat-conversation — User. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/user/{userid}/chat-conversation/{chat-conversationid}/attachment/{attachmentid}/content
      name: user-userid-chat-conversation-chat-conversationid-attachment-attachmentid-conten
      description: REST surface for user-userID-chat-conversation-chat-conversationID-attachment-attachmentID-conten.
      operations:
      - method: GET
        name: listallcontentforuserchatconversationattachment
        description: Get the raw content of a specific attachment.
        call: user-userid-chat-conversation-user.listallcontentforuserchatconversationattachment
        with:
          userID: rest.userID
          chat-conversationID: rest.chat-conversationID
          attachmentID: rest.attachmentID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-userid-chat-conversation-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user/{userID}/chat-conversation — User. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-raw-content-specific-attachment
      description: Get the raw content of a specific attachment.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-chat-conversation-user.listallcontentforuserchatconversationattachment
      with:
        userID: tools.userID
        chat-conversationID: tools.chat-conversationID
        attachmentID: tools.attachmentID
      outputParameters:
      - type: object
        mapping: $.