Docusign · Capability

DocuSign REST API — Comments

DocuSign REST API — Comments. 1 operations. Lead operation: Comments. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignComments

What You Can Do

GET
Commentsgetcommentstranscript — commentsgetcommentstranscript
/v1/v2/accounts/{accountid}/envelopes/{envelopeid}/comments/transcript

MCP Tools

commentsgetcommentstranscript

commentsgetcommentstranscript

read-only idempotent

Capability Spec

docusign-comments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — Comments
  description: 'DocuSign REST API — Comments. 1 operations. Lead operation: Comments. Self-contained Naftiko capability covering
    one Docusign business surface.'
  tags:
  - Docusign
  - Comments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-comments
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — Comments business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-envelopes-envelopeId-comments-transcript
      path: /v2/accounts/{accountId}/envelopes/{envelopeId}/comments/transcript
      operations:
      - name: commentsgetcommentstranscript
        method: GET
        description: ''
        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: envelopeId
          in: path
          type: string
          description: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
          required: true
        - name: encoding
          in: query
          type: string
  exposes:
  - type: rest
    namespace: docusign-comments-rest
    port: 8080
    description: REST adapter for DocuSign REST API — Comments. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/envelopes/{envelopeid}/comments/transcript
      name: v2-accounts-accountid-envelopes-envelopeid-comments-transcript
      description: REST surface for v2-accounts-accountId-envelopes-envelopeId-comments-transcript.
      operations:
      - method: GET
        name: commentsgetcommentstranscript
        description: commentsgetcommentstranscript
        call: docusign-comments.commentsgetcommentstranscript
        with:
          accountId: rest.accountId
          envelopeId: rest.envelopeId
          encoding: rest.encoding
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-comments-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — Comments. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: commentsgetcommentstranscript
      description: commentsgetcommentstranscript
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docusign-comments.commentsgetcommentstranscript
      with:
        accountId: tools.accountId
        envelopeId: tools.envelopeId
        encoding: tools.encoding
      outputParameters:
      - type: object
        mapping: $.