Deel · Capability

Endpoints — subpackage_eorWorkerMailboxes

Endpoints — subpackage_eorWorkerMailboxes. 1 operations. Lead operation: Change EOR Mailbox Password. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_eorWorkerMailboxes

What You Can Do

POST
Changepassword — Change EOR Mailbox Password
/v1/eor/mailboxes/change-password

MCP Tools

change-eor-mailbox-password

Change EOR Mailbox Password

Capability Spec

platform-endpoints-subpackage-eorworkermailboxes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_eorWorkerMailboxes
  description: 'Endpoints — subpackage_eorWorkerMailboxes. 1 operations. Lead operation: Change EOR Mailbox Password. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_eorWorkerMailboxes
  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-eorworkermailboxes
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_eorWorkerMailboxes business capability. Self-contained, no shared references.
    resources:
    - name: eor-mailboxes-change-password
      path: /eor/mailboxes/change-password
      operations:
      - name: changepassword
        method: POST
        description: Change EOR Mailbox Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-endpoints-subpackage-eorworkermailboxes-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_eorWorkerMailboxes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/eor/mailboxes/change-password
      name: eor-mailboxes-change-password
      description: REST surface for eor-mailboxes-change-password.
      operations:
      - method: POST
        name: changepassword
        description: Change EOR Mailbox Password
        call: platform-endpoints-subpackage-eorworkermailboxes.changepassword
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-endpoints-subpackage-eorworkermailboxes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_eorWorkerMailboxes. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: change-eor-mailbox-password
      description: Change EOR Mailbox Password
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-endpoints-subpackage-eorworkermailboxes.changepassword
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.