Docusign · Capability

DocuSign REST API — TemplateDocumentHtmlDefinitions

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

Run with Naftiko DocusignTemplateDocumentHtmlDefinitions

What You Can Do

GET
Responsivehtmlgettemplatedocumenthtmldefinitions — responsivehtmlgettemplatedocumenthtmldefinitions
/v1/v2/accounts/{accountid}/templates/{templateid}/documents/{documentid}/html-definitions

MCP Tools

responsivehtmlgettemplatedocumenthtmldefinitions

responsivehtmlgettemplatedocumenthtmldefinitions

read-only idempotent

Capability Spec

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