Docusign · Capability

DocuSign REST API — AccountTabSettings

DocuSign REST API — AccountTabSettings. 2 operations. Lead operation: Docusign Returns tab settings list for specified account. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignAccountTabSettings

What You Can Do

GET
Tabsettingsgettabsettings — Docusign Returns tab settings list for specified account
/v1/v2/accounts/{accountid}/settings/tabs
PUT
Tabsettingsputsettings — Docusign Modifies tab settings for specified account
/v1/v2/accounts/{accountid}/settings/tabs

MCP Tools

docusign-returns-tab-settings-list

Docusign Returns tab settings list for specified account

read-only idempotent
docusign-modifies-tab-settings-specified

Docusign Modifies tab settings for specified account

idempotent

Capability Spec

docusign-accounttabsettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — AccountTabSettings
  description: 'DocuSign REST API — AccountTabSettings. 2 operations. Lead operation: Docusign Returns tab settings list for
    specified account. Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - AccountTabSettings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-accounttabsettings
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — AccountTabSettings business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-settings-tabs
      path: /v2/accounts/{accountId}/settings/tabs
      operations:
      - name: tabsettingsgettabsettings
        method: GET
        description: Docusign Returns tab settings list for specified account
        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: tabsettingsputsettings
        method: PUT
        description: Docusign Modifies tab settings for specified account
        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
  exposes:
  - type: rest
    namespace: docusign-accounttabsettings-rest
    port: 8080
    description: REST adapter for DocuSign REST API — AccountTabSettings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/settings/tabs
      name: v2-accounts-accountid-settings-tabs
      description: REST surface for v2-accounts-accountId-settings-tabs.
      operations:
      - method: GET
        name: tabsettingsgettabsettings
        description: Docusign Returns tab settings list for specified account
        call: docusign-accounttabsettings.tabsettingsgettabsettings
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: tabsettingsputsettings
        description: Docusign Modifies tab settings for specified account
        call: docusign-accounttabsettings.tabsettingsputsettings
        with:
          accountId: rest.accountId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-accounttabsettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — AccountTabSettings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: docusign-returns-tab-settings-list
      description: Docusign Returns tab settings list for specified account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-accounttabsettings.tabsettingsgettabsettings
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-modifies-tab-settings-specified
      description: Docusign Modifies tab settings for specified account
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: docusign-accounttabsettings.tabsettingsputsettings
      with:
        accountId: tools.accountId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.