Docusign · Capability

DocuSign REST API — GroupBrands

DocuSign REST API — GroupBrands. 3 operations. Lead operation: Docusign Gets group brand ID Information.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignGroupBrands

What You Can Do

GET
Brandsgetgroupbrands — Docusign Gets group brand ID Information.
/v1/v2/accounts/{accountid}/groups/{groupid}/brands
PUT
Brandsputgroupbrands — Docusign Adds group brand ID information to a group.
/v1/v2/accounts/{accountid}/groups/{groupid}/brands
DELETE
Brandsdeletegroupbrands — Docusign Deletes brand information from the requested group.
/v1/v2/accounts/{accountid}/groups/{groupid}/brands

MCP Tools

docusign-gets-group-brand-id

Docusign Gets group brand ID Information.

read-only idempotent
docusign-adds-group-brand-id

Docusign Adds group brand ID information to a group.

idempotent
docusign-deletes-brand-information-requested

Docusign Deletes brand information from the requested group.

idempotent

Capability Spec

docusign-groupbrands.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — GroupBrands
  description: 'DocuSign REST API — GroupBrands. 3 operations. Lead operation: Docusign Gets group brand ID Information..
    Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - GroupBrands
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-groupbrands
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — GroupBrands business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-groups-groupId-brands
      path: /v2/accounts/{accountId}/groups/{groupId}/brands
      operations:
      - name: brandsgetgroupbrands
        method: GET
        description: Docusign Gets group brand ID Information.
        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: groupId
          in: path
          type: string
          description: The ID of the group being accessed.
          required: true
      - name: brandsputgroupbrands
        method: PUT
        description: Docusign Adds group brand ID information to a group.
        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: groupId
          in: path
          type: string
          description: The ID of the group being accessed.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: brandsdeletegroupbrands
        method: DELETE
        description: Docusign Deletes brand information from the requested group.
        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: groupId
          in: path
          type: string
          description: The ID of the group being accessed.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: docusign-groupbrands-rest
    port: 8080
    description: REST adapter for DocuSign REST API — GroupBrands. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/groups/{groupid}/brands
      name: v2-accounts-accountid-groups-groupid-brands
      description: REST surface for v2-accounts-accountId-groups-groupId-brands.
      operations:
      - method: GET
        name: brandsgetgroupbrands
        description: Docusign Gets group brand ID Information.
        call: docusign-groupbrands.brandsgetgroupbrands
        with:
          accountId: rest.accountId
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: brandsputgroupbrands
        description: Docusign Adds group brand ID information to a group.
        call: docusign-groupbrands.brandsputgroupbrands
        with:
          accountId: rest.accountId
          groupId: rest.groupId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: brandsdeletegroupbrands
        description: Docusign Deletes brand information from the requested group.
        call: docusign-groupbrands.brandsdeletegroupbrands
        with:
          accountId: rest.accountId
          groupId: rest.groupId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-groupbrands-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — GroupBrands. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: docusign-gets-group-brand-id
      description: Docusign Gets group brand ID Information.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-groupbrands.brandsgetgroupbrands
      with:
        accountId: tools.accountId
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-adds-group-brand-id
      description: Docusign Adds group brand ID information to a group.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: docusign-groupbrands.brandsputgroupbrands
      with:
        accountId: tools.accountId
        groupId: tools.groupId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: docusign-deletes-brand-information-requested
      description: Docusign Deletes brand information from the requested group.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: docusign-groupbrands.brandsdeletegroupbrands
      with:
        accountId: tools.accountId
        groupId: tools.groupId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.