Docusign · Capability

DocuSign REST API — TemplateDocumentTabs

DocuSign REST API — TemplateDocumentTabs. 2 operations. Lead operation: Docusign Returns tabs on the specified page.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignTemplateDocumentTabs

What You Can Do

GET
Tabsgettemplatepagetabs — Docusign Returns tabs on the specified page.
/v1/v2/accounts/{accountid}/templates/{templateid}/documents/{documentid}/pages/{pagenumber}/tabs
GET
Tabsgettemplatedocumenttabs — Docusign Returns tabs on the document.
/v1/v2/accounts/{accountid}/templates/{templateid}/documents/{documentid}/tabs

MCP Tools

docusign-returns-tabs-specified-page

Docusign Returns tabs on the specified page.

read-only idempotent
docusign-returns-tabs-document

Docusign Returns tabs on the document.

read-only idempotent

Capability Spec

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