Deel · Capability

Endpoints — subpackage_eorWorkerBanks

Endpoints — subpackage_eorWorkerBanks. 2 operations. Lead operation: Retrieve bank account guide. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_eorWorkerBanks

What You Can Do

GET
Geteorworkerbankguidebycountryandcurrency — Retrieve bank account guide
/v1/eor/workers/banks-guide/country/{country}/currency/{currency}
GET
Geteorworkerbankguide — Retrieve bank account guide
/v1/eor/workers/banks/guide

MCP Tools

retrieve-bank-account-guide

Retrieve bank account guide

read-only idempotent
retrieve-bank-account-guide-2

Retrieve bank account guide

read-only idempotent

Capability Spec

platform-endpoints-subpackage-eorworkerbanks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_eorWorkerBanks
  description: 'Endpoints — subpackage_eorWorkerBanks. 2 operations. Lead operation: Retrieve bank account guide. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_eorWorkerBanks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEL_API_KEY: DEEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-endpoints-subpackage-eorworkerbanks
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_eorWorkerBanks business capability. Self-contained, no shared references.
    resources:
    - name: eor-workers-banks-guide-country-country-currency-currency
      path: /eor/workers/banks-guide/country/{country}/currency/{currency}
      operations:
      - name: geteorworkerbankguidebycountryandcurrency
        method: GET
        description: Retrieve bank account guide
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: country
          in: path
          type: string
          description: Country
          required: true
        - name: currency
          in: path
          type: string
          description: Currency
          required: true
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
    - name: eor-workers-banks-guide
      path: /eor/workers/banks/guide
      operations:
      - name: geteorworkerbankguide
        method: GET
        description: Retrieve bank account guide
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-endpoints-subpackage-eorworkerbanks-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_eorWorkerBanks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/eor/workers/banks-guide/country/{country}/currency/{currency}
      name: eor-workers-banks-guide-country-country-currency-currency
      description: REST surface for eor-workers-banks-guide-country-country-currency-currency.
      operations:
      - method: GET
        name: geteorworkerbankguidebycountryandcurrency
        description: Retrieve bank account guide
        call: platform-endpoints-subpackage-eorworkerbanks.geteorworkerbankguidebycountryandcurrency
        with:
          country: rest.country
          currency: rest.currency
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/eor/workers/banks/guide
      name: eor-workers-banks-guide
      description: REST surface for eor-workers-banks-guide.
      operations:
      - method: GET
        name: geteorworkerbankguide
        description: Retrieve bank account guide
        call: platform-endpoints-subpackage-eorworkerbanks.geteorworkerbankguide
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-endpoints-subpackage-eorworkerbanks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_eorWorkerBanks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-bank-account-guide
      description: Retrieve bank account guide
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-endpoints-subpackage-eorworkerbanks.geteorworkerbankguidebycountryandcurrency
      with:
        country: tools.country
        currency: tools.currency
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-bank-account-guide-2
      description: Retrieve bank account guide
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-endpoints-subpackage-eorworkerbanks.geteorworkerbankguide
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.