Docusign · Capability

DocuSign REST API — EnvelopeDocumentHtmlDefinitions

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

Run with Naftiko DocusignEnvelopeDocumentHtmlDefinitions

What You Can Do

GET
Responsivehtmlgetenvelopedocumenthtmldefinitions — responsivehtmlgetenvelopedocumenthtmldefinitions
/v1/v2/accounts/{accountid}/envelopes/{envelopeid}/documents/{documentid}/html-definitions

MCP Tools

responsivehtmlgetenvelopedocumenthtmldefinitions

responsivehtmlgetenvelopedocumenthtmldefinitions

read-only idempotent

Capability Spec

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