Docusign · Capability

DocuSign REST API — ENoteConfigurations

DocuSign REST API — ENoteConfigurations. 3 operations. Lead operation: Docusign Returns the configuration information for the eNote eOriginal integration.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignENoteConfigurations

What You Can Do

GET
Enoteconfigurationgetenoteconfiguration — Docusign Returns the configuration information for the eNote eOriginal integration.
/v1/v2/accounts/{accountid}/settings/enote-configuration
PUT
Enoteconfigurationputenoteconfiguration — Docusign Updates configuration information for the eNote eOriginal integration.
/v1/v2/accounts/{accountid}/settings/enote-configuration
DELETE
Enoteconfigurationdeleteenoteconfiguration — Docusign Deletes configuration information for the eNote eOriginal integration.
/v1/v2/accounts/{accountid}/settings/enote-configuration

MCP Tools

docusign-returns-configuration-information-enote

Docusign Returns the configuration information for the eNote eOriginal integration.

read-only idempotent
docusign-updates-configuration-information-enote

Docusign Updates configuration information for the eNote eOriginal integration.

idempotent
docusign-deletes-configuration-information-enote

Docusign Deletes configuration information for the eNote eOriginal integration.

idempotent

Capability Spec

docusign-enoteconfigurations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — ENoteConfigurations
  description: 'DocuSign REST API — ENoteConfigurations. 3 operations. Lead operation: Docusign Returns the configuration
    information for the eNote eOriginal integration.. Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - ENoteConfigurations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-enoteconfigurations
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — ENoteConfigurations business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-settings-enote_configuration
      path: /v2/accounts/{accountId}/settings/enote_configuration
      operations:
      - name: enoteconfigurationgetenoteconfiguration
        method: GET
        description: Docusign Returns the configuration information for the eNote eOriginal integration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
      - name: enoteconfigurationputenoteconfiguration
        method: PUT
        description: Docusign Updates configuration information for the eNote eOriginal integration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: enoteconfigurationdeleteenoteconfiguration
        method: DELETE
        description: Docusign Deletes configuration information for the eNote eOriginal integration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
  exposes:
  - type: rest
    namespace: docusign-enoteconfigurations-rest
    port: 8080
    description: REST adapter for DocuSign REST API — ENoteConfigurations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/settings/enote-configuration
      name: v2-accounts-accountid-settings-enote-configuration
      description: REST surface for v2-accounts-accountId-settings-enote_configuration.
      operations:
      - method: GET
        name: enoteconfigurationgetenoteconfiguration
        description: Docusign Returns the configuration information for the eNote eOriginal integration.
        call: docusign-enoteconfigurations.enoteconfigurationgetenoteconfiguration
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: enoteconfigurationputenoteconfiguration
        description: Docusign Updates configuration information for the eNote eOriginal integration.
        call: docusign-enoteconfigurations.enoteconfigurationputenoteconfiguration
        with:
          accountId: rest.accountId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: enoteconfigurationdeleteenoteconfiguration
        description: Docusign Deletes configuration information for the eNote eOriginal integration.
        call: docusign-enoteconfigurations.enoteconfigurationdeleteenoteconfiguration
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-enoteconfigurations-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — ENoteConfigurations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: docusign-returns-configuration-information-enote
      description: Docusign Returns the configuration information for the eNote eOriginal integration.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-enoteconfigurations.enoteconfigurationgetenoteconfiguration
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-updates-configuration-information-enote
      description: Docusign Updates configuration information for the eNote eOriginal integration.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: docusign-enoteconfigurations.enoteconfigurationputenoteconfiguration
      with:
        accountId: tools.accountId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-deletes-configuration-information-enote
      description: Docusign Deletes configuration information for the eNote eOriginal integration.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: docusign-enoteconfigurations.enoteconfigurationdeleteenoteconfiguration
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.