Bunq · Capability

bunq API — Server Error

bunq API — Server Error. 1 operations. Lead operation: Server Error. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqServer Error

What You Can Do

POST
Createservererror — An endpoint that will always throw an error.
/v1/server-error

MCP Tools

endpoint-that-will-always-throw

An endpoint that will always throw an error.

Capability Spec

bunq-server-error.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: bunq API — Server Error
  description: 'bunq API — Server Error. 1 operations. Lead operation: Server Error. Self-contained Naftiko capability covering
    one Bunq business surface.'
  tags:
  - Bunq
  - Server Error
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: bunq-server-error
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: bunq API — Server Error business capability. Self-contained, no shared references.
    resources:
    - name: server-error
      path: /server-error
      operations:
      - name: createservererror
        method: POST
        description: An endpoint that will always throw an error.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: bunq-server-error-rest
    port: 8080
    description: REST adapter for bunq API — Server Error. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/server-error
      name: server-error
      description: REST surface for server-error.
      operations:
      - method: POST
        name: createservererror
        description: An endpoint that will always throw an error.
        call: bunq-server-error.createservererror
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bunq-server-error-mcp
    port: 9090
    transport: http
    description: MCP adapter for bunq API — Server Error. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: endpoint-that-will-always-throw
      description: An endpoint that will always throw an error.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bunq-server-error.createservererror
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.