@trycompai/mcp-server 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bin/mcp-server.js +3433 -2423
- package/bin/mcp-server.js.map +56 -35
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.d.ts +16 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.d.ts.map +1 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.js +93 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts +18 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js +84 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js.map +1 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.d.ts +18 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.d.ts.map +1 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.js +89 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.js.map +1 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.d.ts +18 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.d.ts.map +1 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.js +89 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.js.map +1 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts +16 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js +88 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts +18 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js +84 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/http.d.ts +1 -1
- package/esm/lib/http.d.ts.map +1 -1
- package/esm/lib/http.js +1 -1
- package/esm/lib/http.js.map +1 -1
- package/esm/lib/security.d.ts +5 -4
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js +4 -5
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +76 -60
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js +34 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.d.ts +7 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js +34 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js.map +1 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.d.ts +7 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js +34 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js +34 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js +34 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js.map +1 -0
- package/esm/models/automationscontrollergettaskautomationrunsv1op.d.ts +4 -4
- package/esm/models/automationscontrollergettaskautomationrunsv1op.d.ts.map +1 -1
- package/esm/models/automationscontrollergettaskautomationrunsv1op.js +3 -3
- package/esm/models/automationscontrollergettaskautomationrunsv1op.js.map +1 -1
- package/esm/models/contextcontrollercreatecontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollercreatecontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollercreatecontextv1op.js +8 -8
- package/esm/models/contextcontrollercreatecontextv1op.js.map +1 -1
- package/esm/models/contextcontrollerdeletecontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollerdeletecontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollerdeletecontextv1op.js +8 -8
- package/esm/models/contextcontrollerdeletecontextv1op.js.map +1 -1
- package/esm/models/contextcontrollergetallcontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollergetallcontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollergetallcontextv1op.js +8 -8
- package/esm/models/contextcontrollergetallcontextv1op.js.map +1 -1
- package/esm/models/contextcontrollergetcontextbyidv1op.d.ts +9 -9
- package/esm/models/contextcontrollergetcontextbyidv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollergetcontextbyidv1op.js +8 -8
- package/esm/models/contextcontrollergetcontextbyidv1op.js.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts +4 -4
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js +3 -3
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js.map +1 -1
- package/esm/models/devicescontrollergetalldevicesv1op.d.ts +15 -15
- package/esm/models/devicescontrollergetalldevicesv1op.d.ts.map +1 -1
- package/esm/models/devicescontrollergetalldevicesv1op.js +11 -11
- package/esm/models/devicescontrollergetalldevicesv1op.js.map +1 -1
- package/esm/models/exportismsdocumentdto.d.ts +1 -0
- package/esm/models/exportismsdocumentdto.d.ts.map +1 -1
- package/esm/models/exportismsdocumentdto.js +1 -0
- package/esm/models/exportismsdocumentdto.js.map +1 -1
- package/esm/models/frameworkscontrollerupdatecustomv1op.d.ts +12 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.d.ts.map +1 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.js +13 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.js.map +1 -0
- package/esm/models/ismscontrollergetversionsv1op.d.ts +6 -0
- package/esm/models/ismscontrollergetversionsv1op.d.ts.map +1 -0
- package/esm/models/ismscontrollergetversionsv1op.js +8 -0
- package/esm/models/ismscontrollergetversionsv1op.js.map +1 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts +41 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollercreaterowv1op.js +42 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.js.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts +41 -0
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js +42 -0
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js.map +1 -1
- package/esm/models/organizationcontrollerdeleteorganizationv1op.d.ts +15 -15
- package/esm/models/organizationcontrollerdeleteorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollerdeleteorganizationv1op.js +12 -12
- package/esm/models/organizationcontrollerdeleteorganizationv1op.js.map +1 -1
- package/esm/models/organizationcontrollergetorganizationv1op.d.ts +11 -11
- package/esm/models/organizationcontrollergetorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollergetorganizationv1op.js +7 -7
- package/esm/models/organizationcontrollergetorganizationv1op.js.map +1 -1
- package/esm/models/organizationcontrollergetprimarycolorv1op.d.ts +15 -15
- package/esm/models/organizationcontrollergetprimarycolorv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollergetprimarycolorv1op.js +11 -11
- package/esm/models/organizationcontrollergetprimarycolorv1op.js.map +1 -1
- package/esm/models/organizationcontrollerupdateorganizationv1op.d.ts +20 -16
- package/esm/models/organizationcontrollerupdateorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollerupdateorganizationv1op.js +17 -13
- package/esm/models/organizationcontrollerupdateorganizationv1op.js.map +1 -1
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.js +11 -11
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.js.map +1 -1
- package/esm/models/peoplecontrollerdeletememberv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerdeletememberv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerdeletememberv1op.js +11 -11
- package/esm/models/peoplecontrollerdeletememberv1op.js.map +1 -1
- package/esm/models/peoplecontrollergetallpeoplev1op.d.ts +15 -15
- package/esm/models/peoplecontrollergetallpeoplev1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollergetallpeoplev1op.js +11 -11
- package/esm/models/peoplecontrollergetallpeoplev1op.js.map +1 -1
- package/esm/models/peoplecontrollergetmemberaccessv1op.d.ts +6 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.d.ts.map +1 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.js +8 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.js.map +1 -0
- package/esm/models/peoplecontrollerremovehostv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerremovehostv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerremovehostv1op.js +11 -11
- package/esm/models/peoplecontrollerremovehostv1op.js.map +1 -1
- package/esm/models/policiescontrollerdeletepolicyv1op.d.ts +15 -15
- package/esm/models/policiescontrollerdeletepolicyv1op.d.ts.map +1 -1
- package/esm/models/policiescontrollerdeletepolicyv1op.js +11 -11
- package/esm/models/policiescontrollerdeletepolicyv1op.js.map +1 -1
- package/esm/models/policiescontrollergetallpoliciesv1op.d.ts +13 -13
- package/esm/models/policiescontrollergetallpoliciesv1op.d.ts.map +1 -1
- package/esm/models/policiescontrollergetallpoliciesv1op.js +9 -9
- package/esm/models/policiescontrollergetallpoliciesv1op.js.map +1 -1
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.js +4 -4
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.js.map +1 -1
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.js +4 -4
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.js.map +1 -1
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.js +4 -4
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.js.map +1 -1
- package/esm/models/riskscontrollercreateriskv1op.d.ts +30 -30
- package/esm/models/riskscontrollercreateriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollercreateriskv1op.js +15 -15
- package/esm/models/riskscontrollercreateriskv1op.js.map +1 -1
- package/esm/models/riskscontrollerdeleteriskv1op.d.ts +15 -15
- package/esm/models/riskscontrollerdeleteriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollerdeleteriskv1op.js +11 -11
- package/esm/models/riskscontrollerdeleteriskv1op.js.map +1 -1
- package/esm/models/riskscontrollergetallrisksv1op.d.ts +47 -47
- package/esm/models/riskscontrollergetallrisksv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollergetallrisksv1op.js +34 -34
- package/esm/models/riskscontrollergetallrisksv1op.js.map +1 -1
- package/esm/models/riskscontrollergetriskbyidv1op.d.ts +32 -32
- package/esm/models/riskscontrollergetriskbyidv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollergetriskbyidv1op.js +16 -16
- package/esm/models/riskscontrollergetriskbyidv1op.js.map +1 -1
- package/esm/models/riskscontrollerupdateriskv1op.d.ts +35 -35
- package/esm/models/riskscontrollerupdateriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollerupdateriskv1op.js +19 -19
- package/esm/models/riskscontrollerupdateriskv1op.js.map +1 -1
- package/esm/models/setemployeesyncproviderdto.d.ts +3 -3
- package/esm/models/setemployeesyncproviderdto.d.ts.map +1 -1
- package/esm/models/setemployeesyncproviderdto.js +3 -2
- package/esm/models/setemployeesyncproviderdto.js.map +1 -1
- package/esm/models/settwofactorsourcedto.d.ts +12 -0
- package/esm/models/settwofactorsourcedto.d.ts.map +1 -0
- package/esm/models/settwofactorsourcedto.js +11 -0
- package/esm/models/settwofactorsourcedto.js.map +1 -0
- package/esm/models/taskitemresponsedto.d.ts +5 -5
- package/esm/models/taskitemresponsedto.d.ts.map +1 -1
- package/esm/models/taskitemresponsedto.js +1 -1
- package/esm/models/taskitemresponsedto.js.map +1 -1
- package/esm/models/taskresponsedto.d.ts +5 -5
- package/esm/models/taskresponsedto.d.ts.map +1 -1
- package/esm/models/taskresponsedto.js +2 -2
- package/esm/models/taskresponsedto.js.map +1 -1
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.d.ts +13 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.d.ts.map +1 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.js +13 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.js.map +1 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts +6 -6
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts.map +1 -1
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js +6 -6
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js.map +1 -1
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.d.ts +6 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.d.ts.map +1 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.js +9 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.js.map +1 -0
- package/esm/models/updatecustomframeworkdto.d.ts +7 -0
- package/esm/models/updatecustomframeworkdto.d.ts.map +1 -0
- package/esm/models/updatecustomframeworkdto.js +9 -0
- package/esm/models/updatecustomframeworkdto.js.map +1 -0
- package/esm/models/vendorscontrollercreatevendorv1op.d.ts +30 -30
- package/esm/models/vendorscontrollercreatevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollercreatevendorv1op.js +15 -15
- package/esm/models/vendorscontrollercreatevendorv1op.js.map +1 -1
- package/esm/models/vendorscontrollerdeletevendorv1op.d.ts +15 -15
- package/esm/models/vendorscontrollerdeletevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollerdeletevendorv1op.js +11 -11
- package/esm/models/vendorscontrollerdeletevendorv1op.js.map +1 -1
- package/esm/models/vendorscontrollergetallvendorsv1op.d.ts +36 -36
- package/esm/models/vendorscontrollergetallvendorsv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollergetallvendorsv1op.js +22 -22
- package/esm/models/vendorscontrollergetallvendorsv1op.js.map +1 -1
- package/esm/models/vendorscontrollergetvendorbyidv1op.d.ts +25 -25
- package/esm/models/vendorscontrollergetvendorbyidv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollergetvendorbyidv1op.js +14 -14
- package/esm/models/vendorscontrollergetvendorbyidv1op.js.map +1 -1
- package/esm/models/vendorscontrollerupdatevendorv1op.d.ts +35 -35
- package/esm/models/vendorscontrollerupdatevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollerupdatevendorv1op.js +19 -19
- package/esm/models/vendorscontrollerupdatevendorv1op.js.map +1 -1
- package/esm/tool-names.d.ts.map +1 -1
- package/esm/tool-names.js +268 -236
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/frameworksFrameworksControllerUpdateCustomV1.ts +166 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.ts +146 -0
- package/src/funcs/ismsISMSControllerGetVersionsV1.ts +154 -0
- package/src/funcs/peoplePeopleControllerGetMemberAccessV1.ts +155 -0
- package/src/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.ts +156 -0
- package/src/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.ts +151 -0
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/http.ts +3 -1
- package/src/lib/security.ts +10 -5
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +78 -60
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.ts +44 -0
- package/src/mcp-server/tools/ismsISMSControllerGetVersionsV1.ts +43 -0
- package/src/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.ts +44 -0
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.ts +45 -0
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.ts +45 -0
- package/src/models/automationscontrollergettaskautomationrunsv1op.ts +9 -9
- package/src/models/contextcontrollercreatecontextv1op.ts +13 -13
- package/src/models/contextcontrollerdeletecontextv1op.ts +13 -13
- package/src/models/contextcontrollergetallcontextv1op.ts +13 -13
- package/src/models/contextcontrollergetcontextbyidv1op.ts +13 -13
- package/src/models/controlscontrollerunlinkdocumenttypev1op.ts +7 -7
- package/src/models/devicescontrollergetalldevicesv1op.ts +19 -19
- package/src/models/exportismsdocumentdto.ts +7 -1
- package/src/models/frameworkscontrollerupdatecustomv1op.ts +29 -0
- package/src/models/ismscontrollergetversionsv1op.ts +13 -0
- package/src/models/ismsregisterscontrollercreaterowv1op.ts +73 -0
- package/src/models/ismsregisterscontrollerupdaterowv1op.ts +73 -0
- package/src/models/organizationcontrollerdeleteorganizationv1op.ts +20 -20
- package/src/models/organizationcontrollergetorganizationv1op.ts +21 -21
- package/src/models/organizationcontrollergetprimarycolorv1op.ts +21 -21
- package/src/models/organizationcontrollerupdateorganizationv1op.ts +40 -24
- package/src/models/peoplecontrollerbulkcreatemembersv1op.ts +19 -19
- package/src/models/peoplecontrollerdeletememberv1op.ts +19 -19
- package/src/models/peoplecontrollergetallpeoplev1op.ts +19 -19
- package/src/models/peoplecontrollergetmemberaccessv1op.ts +13 -0
- package/src/models/peoplecontrollerremovehostv1op.ts +19 -19
- package/src/models/policiescontrollerdeletepolicyv1op.ts +19 -19
- package/src/models/policiescontrollergetallpoliciesv1op.ts +19 -19
- package/src/models/questionnairecontrollerautoanswerandexportuploadv1op.ts +13 -13
- package/src/models/questionnairecontrollerparsequestionnaireuploadv1op.ts +13 -13
- package/src/models/questionnairecontrolleruploadandparseuploadv1op.ts +13 -13
- package/src/models/riskscontrollercreateriskv1op.ts +55 -55
- package/src/models/riskscontrollerdeleteriskv1op.ts +19 -19
- package/src/models/riskscontrollergetallrisksv1op.ts +92 -92
- package/src/models/riskscontrollergetriskbyidv1op.ts +59 -59
- package/src/models/riskscontrollerupdateriskv1op.ts +67 -67
- package/src/models/setemployeesyncproviderdto.ts +9 -6
- package/src/models/settwofactorsourcedto.ts +32 -0
- package/src/models/taskitemresponsedto.ts +9 -9
- package/src/models/taskresponsedto.ts +8 -8
- package/src/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.ts +30 -0
- package/src/models/trustportalcontrollerupdatecustomframeworkv1op.ts +14 -14
- package/src/models/trustportalcontrollerupdatesecurityquestionnairev1op.ts +17 -0
- package/src/models/updatecustomframeworkdto.ts +17 -0
- package/src/models/vendorscontrollercreatevendorv1op.ts +57 -57
- package/src/models/vendorscontrollerdeletevendorv1op.ts +19 -19
- package/src/models/vendorscontrollergetallvendorsv1op.ts +59 -59
- package/src/models/vendorscontrollergetvendorbyidv1op.ts +48 -48
- package/src/models/vendorscontrollerupdatevendorv1op.ts +69 -69
- package/src/tool-names.ts +268 -236
package/src/tool-names.ts
CHANGED
|
@@ -104,6 +104,10 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
104
104
|
"name": "delete-member",
|
|
105
105
|
"description": "Delete member\n\nPermanently removes a member from the organization. This action cannot be undone."
|
|
106
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"name": "get-member-access",
|
|
109
|
+
"description": "Member's access across connected integrations\n\nAggregates the latest Employee Access check results from every connected integration bound to the Employee Access task, matched to the member by email."
|
|
110
|
+
},
|
|
107
111
|
{
|
|
108
112
|
"name": "get-training-videos",
|
|
109
113
|
"description": "Get training video completions for a member\n\nGet training video completions for a member in Comp AI. Invite and manage workforce members, training status, device compliance, email preferences, and employee evidence records."
|
|
@@ -156,6 +160,258 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
156
160
|
"name": "create-upload-url",
|
|
157
161
|
"description": "Get a presigned URL to upload a file\n\nReturns a presigned S3 URL plus the s3Key the file lands at. PUT the raw file bytes to that URL, then call the feature tool (e.g. upload-and-parse) with the s3Key instead of sending file data. Bytes never pass through the LLM."
|
|
158
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"name": "list-providers",
|
|
165
|
+
"description": "List integration providers\n\nList available integration providers that can connect to the organization for automated evidence collection and compliance checks."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "get-provider",
|
|
169
|
+
"description": "Get an integration provider by slug\n\nGet an integration provider by slug in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "list-connections",
|
|
173
|
+
"description": "List integration connections\n\nList integration connections in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "create-connection",
|
|
177
|
+
"description": "Create integration connection\n\nCreate an integration connection so Comp AI can collect evidence, run checks, or sync data from a connected provider."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "get-connection",
|
|
181
|
+
"description": "Get an integration connection by ID\n\nGet an integration connection by ID in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "delete-connection",
|
|
185
|
+
"description": "Delete an integration connection\n\nDelete an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "update-connection",
|
|
189
|
+
"description": "Update an integration connection\n\nUpdate an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "test-connection",
|
|
193
|
+
"description": "Test an integration connection\n\nTest an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "pause-connection",
|
|
197
|
+
"description": "Pause an integration connection\n\nPause an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "resume-connection",
|
|
201
|
+
"description": "Resume an integration connection\n\nResume an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "disconnect-connection",
|
|
205
|
+
"description": "Disconnect an integration\n\nDisconnect an integration in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "update-connection-services",
|
|
209
|
+
"description": "Set services enabled on a connection\n\nSet services enabled on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "get-connection-services",
|
|
213
|
+
"description": "List services enabled on a connection\n\nList services enabled on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "list-provider-checks",
|
|
217
|
+
"description": "List check definitions for a provider\n\nList check definitions for a provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "list-connection-checks",
|
|
221
|
+
"description": "List checks for a connection\n\nList checks for a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "run-connection-checks",
|
|
225
|
+
"description": "Run integration checks\n\nRun all compliance checks for an integration connection and capture results as automated evidence."
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "run-single-check",
|
|
229
|
+
"description": "Run a single check on a connection\n\nRun a single check on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "get-provider-variables",
|
|
233
|
+
"description": "List variable definitions for a provider\n\nList variable definitions for a provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "get-connection-variables",
|
|
237
|
+
"description": "List connection variables\n\nList connection variables in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "save-connection-variables",
|
|
241
|
+
"description": "Update connection variables\n\nUpdate connection variables in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "fetch-variable-options",
|
|
245
|
+
"description": "Get options for a connection variable\n\nGet options for a connection variable in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "get-checks-for-task-template",
|
|
249
|
+
"description": "List checks for a task template\n\nList checks for a task template in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "get-checks-for-task",
|
|
253
|
+
"description": "List checks attached to a task\n\nList checks attached to a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "run-check-for-task",
|
|
257
|
+
"description": "Run a check for a task\n\nRun a check for a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "disconnect-check-from-task",
|
|
261
|
+
"description": "Disconnect checks from a task\n\nDisconnect checks from a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "reconnect-check-to-task",
|
|
265
|
+
"description": "Reconnect checks to a task\n\nReconnect checks to a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "get-task-check-runs",
|
|
269
|
+
"description": "List check runs for a task\n\nList check runs for a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "sync-google-workspace-employees",
|
|
273
|
+
"description": "Sync Google Workspace employees\n\nSync Google Workspace employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "get-google-workspace-status",
|
|
277
|
+
"description": "Get Google Workspace sync status\n\nGet Google Workspace sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "sync-rippling-employees",
|
|
281
|
+
"description": "Sync Rippling employees\n\nSync Rippling employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "get-rippling-status",
|
|
285
|
+
"description": "Get Rippling sync status\n\nGet Rippling sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "sync-jump-cloud-employees",
|
|
289
|
+
"description": "Sync JumpCloud employees\n\nSync JumpCloud employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "get-jump-cloud-status",
|
|
293
|
+
"description": "Get JumpCloud sync status\n\nGet JumpCloud sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "get-employee-sync-provider",
|
|
297
|
+
"description": "Get the currently configured employee sync provider\n\nGet the currently configured employee sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "set-employee-sync-provider",
|
|
301
|
+
"description": "Set the employee sync provider\n\nSet the employee sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "get-device-sync-provider",
|
|
305
|
+
"description": "Get the currently configured device sync provider\n\nGet the currently configured device sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "set-device-sync-provider",
|
|
309
|
+
"description": "Set the device sync provider\n\nSet the device sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "get-available-sync-providers",
|
|
313
|
+
"description": "List sync providers available to the org\n\nList sync providers available to the org in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "sync-dynamic-provider-employees",
|
|
317
|
+
"description": "Sync employees for a dynamic provider\n\nSync employees for a dynamic provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "sync-dynamic-provider-devices",
|
|
321
|
+
"description": "Sync devices for a dynamic provider\n\nSync devices for a dynamic provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "get-two-factor-source",
|
|
325
|
+
"description": "Get the configured 2FA source provider\n\nGet the configured 2FA source provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "set-two-factor-source",
|
|
329
|
+
"description": "Set the 2FA source provider\n\nSet the 2FA source provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "get-available-two-factor-sources",
|
|
333
|
+
"description": "List integrations that can supply per-user 2FA status\n\nList integrations that can supply per-user 2FA status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "get-two-factor-statuses",
|
|
337
|
+
"description": "Per-user 2FA status from the configured source\n\nPer-user 2FA status from the configured source in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "get-activity",
|
|
341
|
+
"description": "List recent cloud security activity\n\nList recent cloud security activity in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "get-providers",
|
|
345
|
+
"description": "List supported cloud providers\n\nList supported cloud providers in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "get-findings",
|
|
349
|
+
"description": "List cloud security findings\n\nList cloud security findings discovered by scans so teams can prioritize remediation before issues become audit findings."
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "mark-finding-as-exception",
|
|
353
|
+
"description": "Mark a finding as an exception so it no longer appears in the active Scan Results list\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner and the audit log description records the calling key/service name."
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "update-aws-scan-mode",
|
|
357
|
+
"description": "Switch the AWS scan engine for a connection (Comp AI scanners ↔ Security Hub)\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner."
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "revoke-exception",
|
|
361
|
+
"description": "Revoke an exception, reopening the finding\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner."
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "get-history",
|
|
365
|
+
"description": "List resolution, exception, and regression history for a connection\n\nList resolution, exception, and regression history for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "get-check-definition",
|
|
369
|
+
"description": "Resolve the \"About this check\" description for a finding (AI-cached for AWS; provider-derived for GCP/Azure)\n\nResolve the \"About this check\" description for a finding (AI-cached for AWS; provider-derived for GCP/Azure) in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture."
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "resolve-session",
|
|
373
|
+
"description": "Resolve short-lived AWS credentials for a connection (internal only)\n\nResolve short-lived AWS credentials for a connection (internal only) in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "scan",
|
|
377
|
+
"description": "Run cloud security scan\n\nTrigger a cloud security scan for a connected AWS, Azure, or GCP account and collect findings for compliance remediation."
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "detect-services",
|
|
381
|
+
"description": "Detect available cloud services for a connection\n\nDetect available cloud services for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "detect-gcp-org",
|
|
385
|
+
"description": "Detect the GCP organization for a connection\n\nDetect the GCP organization for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "select-gcp-projects",
|
|
389
|
+
"description": "Select GCP projects for a connection\n\nSelect GCP projects for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "setup-gcp",
|
|
393
|
+
"description": "Set up GCP for a connection\n\nSet up GCP for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "resolve-gcp-setup-step",
|
|
397
|
+
"description": "Resolve a GCP setup step\n\nResolve a GCP setup step in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "setup-azure",
|
|
401
|
+
"description": "Set up Azure for a connection\n\nSet up Azure for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "validate-azure",
|
|
405
|
+
"description": "Validate Azure credentials for a connection\n\nValidate Azure credentials for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "trigger-scan",
|
|
409
|
+
"description": "Trigger a cloud security run for a connection\n\nTrigger a cloud security run for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "get-run-status",
|
|
413
|
+
"description": "Get a cloud security scan run by ID\n\nGet a cloud security scan run by ID in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
414
|
+
},
|
|
159
415
|
{
|
|
160
416
|
"name": "get-all-risks",
|
|
161
417
|
"description": "List organization risks\n\nList organization risks with owners, departments, severity, mitigation status, and evidence for risk management reporting."
|
|
@@ -620,6 +876,10 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
620
876
|
"name": "update-frameworks",
|
|
621
877
|
"description": "Update trust portal framework settings\n\nUpdate trust portal framework settings in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures."
|
|
622
878
|
},
|
|
879
|
+
{
|
|
880
|
+
"name": "update-security-questionnaire",
|
|
881
|
+
"description": "Show or hide the Security Questionnaire on the public trust portal\n\nShow or hide the Security Questionnaire on the public trust portal in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures."
|
|
882
|
+
},
|
|
623
883
|
{
|
|
624
884
|
"name": "list-custom-frameworks",
|
|
625
885
|
"description": "List org-authored custom frameworks with their trust portal selection\n\nList org-authored custom frameworks with their trust portal selection in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures."
|
|
@@ -724,6 +984,10 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
724
984
|
"name": "get-public-overview",
|
|
725
985
|
"description": "Get Trust Center overview\n\nRetrieve the published Trust Center overview for an organization, including public security posture messaging."
|
|
726
986
|
},
|
|
987
|
+
{
|
|
988
|
+
"name": "get-public-security-questionnaire",
|
|
989
|
+
"description": "Get Security Questionnaire visibility for a trust portal\n\nWhether the org offers the AI-assisted Security Questionnaire on its public trust portal. Defaults to enabled when the portal can't be resolved."
|
|
990
|
+
},
|
|
727
991
|
{
|
|
728
992
|
"name": "get-public-custom-links",
|
|
729
993
|
"description": "List Trust Center custom links\n\nList published custom links shown on an organization Trust Center for customer security and compliance reviews."
|
|
@@ -956,6 +1220,10 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
956
1220
|
"name": "drift",
|
|
957
1221
|
"description": "Detect drift against the approved snapshot\n\nDetect drift against the approved snapshot in Comp AI."
|
|
958
1222
|
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "get-versions",
|
|
1225
|
+
"description": "List an ISMS document's published version history\n\nList an ISMS document's published version history in Comp AI."
|
|
1226
|
+
},
|
|
959
1227
|
{
|
|
960
1228
|
"name": "isms-export-document",
|
|
961
1229
|
"description": "Export an ISMS document as PDF or DOCX\n\nExport an ISMS document as PDF or DOCX in Comp AI."
|
|
@@ -988,242 +1256,6 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
988
1256
|
"name": "generate-all",
|
|
989
1257
|
"description": "Ensure and regenerate all ISMS documents\n\nEnsure and regenerate all ISMS documents in Comp AI."
|
|
990
1258
|
},
|
|
991
|
-
{
|
|
992
|
-
"name": "list-providers",
|
|
993
|
-
"description": "List integration providers\n\nList available integration providers that can connect to the organization for automated evidence collection and compliance checks."
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "get-provider",
|
|
997
|
-
"description": "Get an integration provider by slug\n\nGet an integration provider by slug in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "list-connections",
|
|
1001
|
-
"description": "List integration connections\n\nList integration connections in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "create-connection",
|
|
1005
|
-
"description": "Create integration connection\n\nCreate an integration connection so Comp AI can collect evidence, run checks, or sync data from a connected provider."
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "get-connection",
|
|
1009
|
-
"description": "Get an integration connection by ID\n\nGet an integration connection by ID in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "delete-connection",
|
|
1013
|
-
"description": "Delete an integration connection\n\nDelete an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "update-connection",
|
|
1017
|
-
"description": "Update an integration connection\n\nUpdate an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "test-connection",
|
|
1021
|
-
"description": "Test an integration connection\n\nTest an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"name": "pause-connection",
|
|
1025
|
-
"description": "Pause an integration connection\n\nPause an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "resume-connection",
|
|
1029
|
-
"description": "Resume an integration connection\n\nResume an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "disconnect-connection",
|
|
1033
|
-
"description": "Disconnect an integration\n\nDisconnect an integration in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "update-connection-services",
|
|
1037
|
-
"description": "Set services enabled on a connection\n\nSet services enabled on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "get-connection-services",
|
|
1041
|
-
"description": "List services enabled on a connection\n\nList services enabled on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "list-provider-checks",
|
|
1045
|
-
"description": "List check definitions for a provider\n\nList check definitions for a provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"name": "list-connection-checks",
|
|
1049
|
-
"description": "List checks for a connection\n\nList checks for a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "run-connection-checks",
|
|
1053
|
-
"description": "Run integration checks\n\nRun all compliance checks for an integration connection and capture results as automated evidence."
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"name": "run-single-check",
|
|
1057
|
-
"description": "Run a single check on a connection\n\nRun a single check on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "get-provider-variables",
|
|
1061
|
-
"description": "List variable definitions for a provider\n\nList variable definitions for a provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "get-connection-variables",
|
|
1065
|
-
"description": "List connection variables\n\nList connection variables in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "save-connection-variables",
|
|
1069
|
-
"description": "Update connection variables\n\nUpdate connection variables in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "fetch-variable-options",
|
|
1073
|
-
"description": "Get options for a connection variable\n\nGet options for a connection variable in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "get-checks-for-task-template",
|
|
1077
|
-
"description": "List checks for a task template\n\nList checks for a task template in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "get-checks-for-task",
|
|
1081
|
-
"description": "List checks attached to a task\n\nList checks attached to a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"name": "run-check-for-task",
|
|
1085
|
-
"description": "Run a check for a task\n\nRun a check for a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"name": "disconnect-check-from-task",
|
|
1089
|
-
"description": "Disconnect checks from a task\n\nDisconnect checks from a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "reconnect-check-to-task",
|
|
1093
|
-
"description": "Reconnect checks to a task\n\nReconnect checks to a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "get-task-check-runs",
|
|
1097
|
-
"description": "List check runs for a task\n\nList check runs for a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "sync-google-workspace-employees",
|
|
1101
|
-
"description": "Sync Google Workspace employees\n\nSync Google Workspace employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "get-google-workspace-status",
|
|
1105
|
-
"description": "Get Google Workspace sync status\n\nGet Google Workspace sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"name": "sync-rippling-employees",
|
|
1109
|
-
"description": "Sync Rippling employees\n\nSync Rippling employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "get-rippling-status",
|
|
1113
|
-
"description": "Get Rippling sync status\n\nGet Rippling sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"name": "sync-jump-cloud-employees",
|
|
1117
|
-
"description": "Sync JumpCloud employees\n\nSync JumpCloud employees in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"name": "get-jump-cloud-status",
|
|
1121
|
-
"description": "Get JumpCloud sync status\n\nGet JumpCloud sync status in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"name": "get-employee-sync-provider",
|
|
1125
|
-
"description": "Get the currently configured employee sync provider\n\nGet the currently configured employee sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"name": "set-employee-sync-provider",
|
|
1129
|
-
"description": "Set the employee sync provider\n\nSet the employee sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"name": "get-device-sync-provider",
|
|
1133
|
-
"description": "Get the currently configured device sync provider\n\nGet the currently configured device sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"name": "set-device-sync-provider",
|
|
1137
|
-
"description": "Set the device sync provider\n\nSet the device sync provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"name": "get-available-sync-providers",
|
|
1141
|
-
"description": "List sync providers available to the org\n\nList sync providers available to the org in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "sync-dynamic-provider-employees",
|
|
1145
|
-
"description": "Sync employees for a dynamic provider\n\nSync employees for a dynamic provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"name": "sync-dynamic-provider-devices",
|
|
1149
|
-
"description": "Sync devices for a dynamic provider\n\nSync devices for a dynamic provider in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence."
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "get-activity",
|
|
1153
|
-
"description": "List recent cloud security activity\n\nList recent cloud security activity in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "get-providers",
|
|
1157
|
-
"description": "List supported cloud providers\n\nList supported cloud providers in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"name": "get-findings",
|
|
1161
|
-
"description": "List cloud security findings\n\nList cloud security findings discovered by scans so teams can prioritize remediation before issues become audit findings."
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "mark-finding-as-exception",
|
|
1165
|
-
"description": "Mark a finding as an exception so it no longer appears in the active Scan Results list\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner and the audit log description records the calling key/service name."
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"name": "update-aws-scan-mode",
|
|
1169
|
-
"description": "Switch the AWS scan engine for a connection (Comp AI scanners ↔ Security Hub)\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner."
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "revoke-exception",
|
|
1173
|
-
"description": "Revoke an exception, reopening the finding\n\nAccepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner."
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"name": "get-history",
|
|
1177
|
-
"description": "List resolution, exception, and regression history for a connection\n\nList resolution, exception, and regression history for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "get-check-definition",
|
|
1181
|
-
"description": "Resolve the \"About this check\" description for a finding (AI-cached for AWS; provider-derived for GCP/Azure)\n\nResolve the \"About this check\" description for a finding (AI-cached for AWS; provider-derived for GCP/Azure) in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture."
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "resolve-session",
|
|
1185
|
-
"description": "Resolve short-lived AWS credentials for a connection (internal only)\n\nResolve short-lived AWS credentials for a connection (internal only) in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "scan",
|
|
1189
|
-
"description": "Run cloud security scan\n\nTrigger a cloud security scan for a connected AWS, Azure, or GCP account and collect findings for compliance remediation."
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"name": "detect-services",
|
|
1193
|
-
"description": "Detect available cloud services for a connection\n\nDetect available cloud services for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "detect-gcp-org",
|
|
1197
|
-
"description": "Detect the GCP organization for a connection\n\nDetect the GCP organization for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"name": "select-gcp-projects",
|
|
1201
|
-
"description": "Select GCP projects for a connection\n\nSelect GCP projects for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "setup-gcp",
|
|
1205
|
-
"description": "Set up GCP for a connection\n\nSet up GCP for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1206
|
-
},
|
|
1207
|
-
{
|
|
1208
|
-
"name": "resolve-gcp-setup-step",
|
|
1209
|
-
"description": "Resolve a GCP setup step\n\nResolve a GCP setup step in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "setup-azure",
|
|
1213
|
-
"description": "Set up Azure for a connection\n\nSet up Azure for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "validate-azure",
|
|
1217
|
-
"description": "Validate Azure credentials for a connection\n\nValidate Azure credentials for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "trigger-scan",
|
|
1221
|
-
"description": "Trigger a cloud security run for a connection\n\nTrigger a cloud security run for a connection in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"name": "get-run-status",
|
|
1225
|
-
"description": "Get a cloud security scan run by ID\n\nGet a cloud security scan run by ID in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work."
|
|
1226
|
-
},
|
|
1227
1259
|
{
|
|
1228
1260
|
"name": "get-task-items-stats",
|
|
1229
1261
|
"description": "Get task items statistics for an entity\n\nGet task items statistics for an entity in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors."
|