Bunq · Capability

Bunq user-company/{user-companyID}/name — User Company

Bunq user-company/{user-companyID}/name — User Company. 1 operations. Lead operation: User Company. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqUser Company

What You Can Do

GET
Listallnameforusercompany — Return all the known (trade) names for a specific user company.
/v1/user-company/{user-companyid}/name

MCP Tools

return-all-known-trade-names

Return all the known (trade) names for a specific user company.

read-only idempotent

Capability Spec

user-company-user-companyid-name-user-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user-company/{user-companyID}/name — User Company
  description: 'Bunq user-company/{user-companyID}/name — User Company. 1 operations. Lead operation: User Company. Self-contained
    Naftiko capability covering one Bunq business surface.'
  tags:
  - Bunq
  - User Company
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-company-user-companyid-name-user-company
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user-company/{user-companyID}/name — User Company business capability. Self-contained, no shared references.
    resources:
    - name: user-company-user-companyID-name
      path: /user-company/{user-companyID}/name
      operations:
      - name: listallnameforusercompany
        method: GET
        description: Return all the known (trade) names for a specific user company.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user-companyID
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-company-user-companyid-name-user-company-rest
    port: 8080
    description: REST adapter for Bunq user-company/{user-companyID}/name — User Company. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/user-company/{user-companyid}/name
      name: user-company-user-companyid-name
      description: REST surface for user-company-user-companyID-name.
      operations:
      - method: GET
        name: listallnameforusercompany
        description: Return all the known (trade) names for a specific user company.
        call: user-company-user-companyid-name-user-company.listallnameforusercompany
        with:
          user-companyID: rest.user-companyID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-company-user-companyid-name-user-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user-company/{user-companyID}/name — User Company. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: return-all-known-trade-names
      description: Return all the known (trade) names for a specific user company.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-company-user-companyid-name-user-company.listallnameforusercompany
      with:
        user-companyID: tools.user-companyID
      outputParameters:
      - type: object
        mapping: $.