naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — TemplateRecipientTabs description: 'DocuSign REST API — TemplateRecipientTabs. 4 operations. Lead operation: Docusign Gets the tabs information for a signer or sign-in-person recipient in a template.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - TemplateRecipientTabs created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-templaterecipienttabs baseUri: https://www.docusign.net/restapi description: DocuSign REST API — TemplateRecipientTabs business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-templates-templateId-recipients-recipientId-tabs path: /v2/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs operations: - name: recipientsgettemplaterecipienttabs method: GET description: Docusign Gets the tabs information for a signer or sign-in-person recipient in a template. 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: recipientId in: path type: string description: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, bu required: true - name: templateId in: path type: string description: The ID of the template being accessed. required: true - name: include_anchor_tab_locations in: query type: string description: When set to **true**, all tabs with anchor tab properties are included in the response. - name: include_metadata in: query type: string description: Reserved for DocuSign. - name: recipientsputtemplaterecipienttabs method: PUT description: Docusign Updates the tabs for a recipient. 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: recipientId in: path type: string description: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, bu required: true - name: templateId in: path type: string description: The ID of the template being accessed. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: recipientsposttemplaterecipienttabs method: POST description: Docusign Adds tabs for a recipient. 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: recipientId in: path type: string description: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, bu required: true - name: templateId in: path type: string description: The ID of the template being accessed. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: recipientsdeletetemplaterecipienttabs method: DELETE description: Docusign Deletes the tabs associated with a recipient in a template. 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: recipientId in: path type: string description: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, bu required: true - name: templateId in: path type: string description: The ID of the template being accessed. required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-templaterecipienttabs-rest port: 8080 description: REST adapter for DocuSign REST API — TemplateRecipientTabs. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/templates/{templateid}/recipients/{recipientid}/tabs name: v2-accounts-accountid-templates-templateid-recipients-recipientid-tabs description: REST surface for v2-accounts-accountId-templates-templateId-recipients-recipientId-tabs. operations: - method: GET name: recipientsgettemplaterecipienttabs description: Docusign Gets the tabs information for a signer or sign-in-person recipient in a template. call: docusign-templaterecipienttabs.recipientsgettemplaterecipienttabs with: accountId: rest.accountId recipientId: rest.recipientId templateId: rest.templateId include_anchor_tab_locations: rest.include_anchor_tab_locations include_metadata: rest.include_metadata outputParameters: - type: object mapping: $. - method: PUT name: recipientsputtemplaterecipienttabs description: Docusign Updates the tabs for a recipient. call: docusign-templaterecipienttabs.recipientsputtemplaterecipienttabs with: accountId: rest.accountId recipientId: rest.recipientId templateId: rest.templateId body: rest.body outputParameters: - type: object mapping: $. - method: POST name: recipientsposttemplaterecipienttabs description: Docusign Adds tabs for a recipient. call: docusign-templaterecipienttabs.recipientsposttemplaterecipienttabs with: accountId: rest.accountId recipientId: rest.recipientId templateId: rest.templateId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: recipientsdeletetemplaterecipienttabs description: Docusign Deletes the tabs associated with a recipient in a template. call: docusign-templaterecipienttabs.recipientsdeletetemplaterecipienttabs with: accountId: rest.accountId recipientId: rest.recipientId templateId: rest.templateId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-templaterecipienttabs-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — TemplateRecipientTabs. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-gets-tabs-information-signer description: Docusign Gets the tabs information for a signer or sign-in-person recipient in a template. hints: readOnly: true destructive: false idempotent: true call: docusign-templaterecipienttabs.recipientsgettemplaterecipienttabs with: accountId: tools.accountId recipientId: tools.recipientId templateId: tools.templateId include_anchor_tab_locations: tools.include_anchor_tab_locations include_metadata: tools.include_metadata outputParameters: - type: object mapping: $. - name: docusign-updates-tabs-recipient description: Docusign Updates the tabs for a recipient. hints: readOnly: false destructive: false idempotent: true call: docusign-templaterecipienttabs.recipientsputtemplaterecipienttabs with: accountId: tools.accountId recipientId: tools.recipientId templateId: tools.templateId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-adds-tabs-recipient description: Docusign Adds tabs for a recipient. hints: readOnly: false destructive: false idempotent: false call: docusign-templaterecipienttabs.recipientsposttemplaterecipienttabs with: accountId: tools.accountId recipientId: tools.recipientId templateId: tools.templateId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-deletes-tabs-associated-recipient description: Docusign Deletes the tabs associated with a recipient in a template. hints: readOnly: false destructive: true idempotent: true call: docusign-templaterecipienttabs.recipientsdeletetemplaterecipienttabs with: accountId: tools.accountId recipientId: tools.recipientId templateId: tools.templateId body: tools.body outputParameters: - type: object mapping: $.