naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — AccountWatermarks description: 'DocuSign REST API — AccountWatermarks. 3 operations. Lead operation: Docusign Get watermark information.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - AccountWatermarks created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-accountwatermarks baseUri: https://www.docusign.net/restapi description: DocuSign REST API — AccountWatermarks business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-watermark path: /v2/accounts/{accountId}/watermark operations: - name: watermarkgetwatermark method: GET description: Docusign Get watermark information. 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: watermarkputwatermark method: PUT description: Docusign Update watermark information. 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: body in: body type: object description: Request body (JSON). required: false - name: v2-accounts-accountId-watermark-preview path: /v2/accounts/{accountId}/watermark/preview operations: - name: watermarkpreviewputwatermarkpreview method: PUT description: Docusign Get watermark preview. 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: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-accountwatermarks-rest port: 8080 description: REST adapter for DocuSign REST API — AccountWatermarks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/watermark name: v2-accounts-accountid-watermark description: REST surface for v2-accounts-accountId-watermark. operations: - method: GET name: watermarkgetwatermark description: Docusign Get watermark information. call: docusign-accountwatermarks.watermarkgetwatermark with: accountId: rest.accountId outputParameters: - type: object mapping: $. - method: PUT name: watermarkputwatermark description: Docusign Update watermark information. call: docusign-accountwatermarks.watermarkputwatermark with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/watermark/preview name: v2-accounts-accountid-watermark-preview description: REST surface for v2-accounts-accountId-watermark-preview. operations: - method: PUT name: watermarkpreviewputwatermarkpreview description: Docusign Get watermark preview. call: docusign-accountwatermarks.watermarkpreviewputwatermarkpreview with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-accountwatermarks-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — AccountWatermarks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-get-watermark-information description: Docusign Get watermark information. hints: readOnly: true destructive: false idempotent: true call: docusign-accountwatermarks.watermarkgetwatermark with: accountId: tools.accountId outputParameters: - type: object mapping: $. - name: docusign-update-watermark-information description: Docusign Update watermark information. hints: readOnly: false destructive: false idempotent: true call: docusign-accountwatermarks.watermarkputwatermark with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-get-watermark-preview description: Docusign Get watermark preview. hints: readOnly: false destructive: false idempotent: true call: docusign-accountwatermarks.watermarkpreviewputwatermarkpreview with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $.