naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — SigningGroups description: 'DocuSign REST API — SigningGroups. 6 operations. Lead operation: Docusign Gets a list of the Signing Groups in an account.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - SigningGroups created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-signinggroups baseUri: https://www.docusign.net/restapi description: DocuSign REST API — SigningGroups business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-signing_groups path: /v2/accounts/{accountId}/signing_groups operations: - name: signinggroupsgetsigninggroups method: GET description: Docusign Gets a list of the Signing Groups in an account. 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: group_type in: query type: string - name: include_users in: query type: string description: When set to **true**, the response includes the signing group members. - name: signinggroupsputsigninggroups method: PUT description: Docusign Updates signing group names. 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: signinggroupspostsigninggroups method: POST description: Docusign Creates a signing group. 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: signinggroupsdeletesigninggroups method: DELETE description: Docusign Deletes one or more signing groups. 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-signing_groups-signingGroupId path: /v2/accounts/{accountId}/signing_groups/{signingGroupId} operations: - name: signinggroupsgetsigninggroup method: GET description: Docusign Gets information about a signing group. 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: signingGroupId in: path type: string description: Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). required: true - name: signinggroupsputsigninggroup method: PUT description: Docusign Updates a signing group. 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: signingGroupId in: path type: string description: Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-signinggroups-rest port: 8080 description: REST adapter for DocuSign REST API — SigningGroups. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/signing-groups name: v2-accounts-accountid-signing-groups description: REST surface for v2-accounts-accountId-signing_groups. operations: - method: GET name: signinggroupsgetsigninggroups description: Docusign Gets a list of the Signing Groups in an account. call: docusign-signinggroups.signinggroupsgetsigninggroups with: accountId: rest.accountId group_type: rest.group_type include_users: rest.include_users outputParameters: - type: object mapping: $. - method: PUT name: signinggroupsputsigninggroups description: Docusign Updates signing group names. call: docusign-signinggroups.signinggroupsputsigninggroups with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - method: POST name: signinggroupspostsigninggroups description: Docusign Creates a signing group. call: docusign-signinggroups.signinggroupspostsigninggroups with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: signinggroupsdeletesigninggroups description: Docusign Deletes one or more signing groups. call: docusign-signinggroups.signinggroupsdeletesigninggroups with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/signing-groups/{signinggroupid} name: v2-accounts-accountid-signing-groups-signinggroupid description: REST surface for v2-accounts-accountId-signing_groups-signingGroupId. operations: - method: GET name: signinggroupsgetsigninggroup description: Docusign Gets information about a signing group. call: docusign-signinggroups.signinggroupsgetsigninggroup with: accountId: rest.accountId signingGroupId: rest.signingGroupId outputParameters: - type: object mapping: $. - method: PUT name: signinggroupsputsigninggroup description: Docusign Updates a signing group. call: docusign-signinggroups.signinggroupsputsigninggroup with: accountId: rest.accountId signingGroupId: rest.signingGroupId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-signinggroups-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — SigningGroups. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-gets-list-signing-groups description: Docusign Gets a list of the Signing Groups in an account. hints: readOnly: true destructive: false idempotent: true call: docusign-signinggroups.signinggroupsgetsigninggroups with: accountId: tools.accountId group_type: tools.group_type include_users: tools.include_users outputParameters: - type: object mapping: $. - name: docusign-updates-signing-group-names description: Docusign Updates signing group names. hints: readOnly: false destructive: false idempotent: true call: docusign-signinggroups.signinggroupsputsigninggroups with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-creates-signing-group description: Docusign Creates a signing group. hints: readOnly: false destructive: false idempotent: false call: docusign-signinggroups.signinggroupspostsigninggroups with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-deletes-one-more-signing description: Docusign Deletes one or more signing groups. hints: readOnly: false destructive: true idempotent: true call: docusign-signinggroups.signinggroupsdeletesigninggroups with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-gets-information-about-signing description: Docusign Gets information about a signing group. hints: readOnly: true destructive: false idempotent: true call: docusign-signinggroups.signinggroupsgetsigninggroup with: accountId: tools.accountId signingGroupId: tools.signingGroupId outputParameters: - type: object mapping: $. - name: docusign-updates-signing-group description: Docusign Updates a signing group. hints: readOnly: false destructive: false idempotent: true call: docusign-signinggroups.signinggroupsputsigninggroup with: accountId: tools.accountId signingGroupId: tools.signingGroupId body: tools.body outputParameters: - type: object mapping: $.