naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — EnvelopeRecipientTabs description: 'DocuSign REST API — EnvelopeRecipientTabs. 4 operations. Lead operation: Docusign Gets the tabs information for a signer or sign-in-person recipient in an envelope.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - EnvelopeRecipientTabs created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-enveloperecipienttabs baseUri: https://www.docusign.net/restapi description: DocuSign REST API — EnvelopeRecipientTabs business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-envelopes-envelopeId-recipients-recipientId-tabs path: /v2/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs operations: - name: recipientsgetrecipienttabs method: GET description: Docusign Gets the tabs information for a signer or sign-in-person recipient in an envelope. 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: 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: 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: recipientsputrecipienttabs 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: envelopeId in: path type: string description: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec 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: body in: body type: object description: Request body (JSON). required: false - name: recipientspostrecipienttabs 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: envelopeId in: path type: string description: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec 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: body in: body type: object description: Request body (JSON). required: false - name: recipientsdeleterecipienttabs method: DELETE description: Docusign Deletes the tabs associated with 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: envelopeId in: path type: string description: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec 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: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-enveloperecipienttabs-rest port: 8080 description: REST adapter for DocuSign REST API — EnvelopeRecipientTabs. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/envelopes/{envelopeid}/recipients/{recipientid}/tabs name: v2-accounts-accountid-envelopes-envelopeid-recipients-recipientid-tabs description: REST surface for v2-accounts-accountId-envelopes-envelopeId-recipients-recipientId-tabs. operations: - method: GET name: recipientsgetrecipienttabs description: Docusign Gets the tabs information for a signer or sign-in-person recipient in an envelope. call: docusign-enveloperecipienttabs.recipientsgetrecipienttabs with: accountId: rest.accountId envelopeId: rest.envelopeId recipientId: rest.recipientId include_anchor_tab_locations: rest.include_anchor_tab_locations include_metadata: rest.include_metadata outputParameters: - type: object mapping: $. - method: PUT name: recipientsputrecipienttabs description: Docusign Updates the tabs for a recipient. call: docusign-enveloperecipienttabs.recipientsputrecipienttabs with: accountId: rest.accountId envelopeId: rest.envelopeId recipientId: rest.recipientId body: rest.body outputParameters: - type: object mapping: $. - method: POST name: recipientspostrecipienttabs description: Docusign Adds tabs for a recipient. call: docusign-enveloperecipienttabs.recipientspostrecipienttabs with: accountId: rest.accountId envelopeId: rest.envelopeId recipientId: rest.recipientId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: recipientsdeleterecipienttabs description: Docusign Deletes the tabs associated with a recipient. call: docusign-enveloperecipienttabs.recipientsdeleterecipienttabs with: accountId: rest.accountId envelopeId: rest.envelopeId recipientId: rest.recipientId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-enveloperecipienttabs-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — EnvelopeRecipientTabs. 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 an envelope. hints: readOnly: true destructive: false idempotent: true call: docusign-enveloperecipienttabs.recipientsgetrecipienttabs with: accountId: tools.accountId envelopeId: tools.envelopeId recipientId: tools.recipientId 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-enveloperecipienttabs.recipientsputrecipienttabs with: accountId: tools.accountId envelopeId: tools.envelopeId recipientId: tools.recipientId 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-enveloperecipienttabs.recipientspostrecipienttabs with: accountId: tools.accountId envelopeId: tools.envelopeId recipientId: tools.recipientId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-deletes-tabs-associated-recipient description: Docusign Deletes the tabs associated with a recipient. hints: readOnly: false destructive: true idempotent: true call: docusign-enveloperecipienttabs.recipientsdeleterecipienttabs with: accountId: tools.accountId envelopeId: tools.envelopeId recipientId: tools.recipientId body: tools.body outputParameters: - type: object mapping: $.