naftiko: 1.0.0-alpha2 info: label: Snyk API — SlackSettings description: 'Snyk API — SlackSettings. 7 operations. Lead operation: Remove the given Slack App integration. Self-contained Naftiko capability covering one Snyk business surface.' tags: - Snyk - SlackSettings created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SNYK_API_KEY: SNYK_API_KEY capability: consumes: - type: http namespace: rest-slacksettings baseUri: https://api.snyk.io/rest description: Snyk API — SlackSettings business capability. Self-contained, no shared references. resources: - name: orgs-org_id-slack_app-bot_id path: /orgs/{org_id}/slack_app/{bot_id} operations: - name: deleteslackdefaultnotificationsettings method: DELETE description: Remove the given Slack App integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: getslackdefaultnotificationsettings method: GET description: Get Slack integration default notification settings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: createslackdefaultnotificationsettings method: POST description: Create new Slack notification default settings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: body in: body type: object description: Request body (JSON). required: false - name: orgs-org_id-slack_app-bot_id-projects path: /orgs/{org_id}/slack_app/{bot_id}/projects operations: - name: getslackprojectnotificationsettingscollection method: GET description: Slack notification settings overrides for projects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: orgs-org_id-slack_app-bot_id-projects-project_id path: /orgs/{org_id}/slack_app/{bot_id}/projects/{project_id} operations: - name: deleteslackprojectnotificationsettings method: DELETE description: Remove Slack settings override for a project. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: project_id in: path type: string description: Project ID required: true - name: updateslackprojectnotificationsettings method: PATCH description: Update Slack notification settings for a project. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: project_id in: path type: string description: Project ID required: true - name: body in: body type: object description: Request body (JSON). required: false - name: createslackprojectnotificationsettings method: POST description: Create a new Slack settings override for a given project. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: org_id in: path type: string description: Org ID required: true - name: project_id in: path type: string description: Project ID required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.SNYK_API_KEY}}' exposes: - type: rest namespace: rest-slacksettings-rest port: 8080 description: REST adapter for Snyk API — SlackSettings. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/orgs/{org-id}/slack-app/{bot-id} name: orgs-org-id-slack-app-bot-id description: REST surface for orgs-org_id-slack_app-bot_id. operations: - method: DELETE name: deleteslackdefaultnotificationsettings description: Remove the given Slack App integration call: rest-slacksettings.deleteslackdefaultnotificationsettings with: org_id: rest.org_id outputParameters: - type: object mapping: $. - method: GET name: getslackdefaultnotificationsettings description: Get Slack integration default notification settings. call: rest-slacksettings.getslackdefaultnotificationsettings with: org_id: rest.org_id outputParameters: - type: object mapping: $. - method: POST name: createslackdefaultnotificationsettings description: Create new Slack notification default settings. call: rest-slacksettings.createslackdefaultnotificationsettings with: org_id: rest.org_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/orgs/{org-id}/slack-app/{bot-id}/projects name: orgs-org-id-slack-app-bot-id-projects description: REST surface for orgs-org_id-slack_app-bot_id-projects. operations: - method: GET name: getslackprojectnotificationsettingscollection description: Slack notification settings overrides for projects call: rest-slacksettings.getslackprojectnotificationsettingscollection with: org_id: rest.org_id outputParameters: - type: object mapping: $. - path: /v1/orgs/{org-id}/slack-app/{bot-id}/projects/{project-id} name: orgs-org-id-slack-app-bot-id-projects-project-id description: REST surface for orgs-org_id-slack_app-bot_id-projects-project_id. operations: - method: DELETE name: deleteslackprojectnotificationsettings description: Remove Slack settings override for a project. call: rest-slacksettings.deleteslackprojectnotificationsettings with: org_id: rest.org_id project_id: rest.project_id outputParameters: - type: object mapping: $. - method: PATCH name: updateslackprojectnotificationsettings description: Update Slack notification settings for a project. call: rest-slacksettings.updateslackprojectnotificationsettings with: org_id: rest.org_id project_id: rest.project_id body: rest.body outputParameters: - type: object mapping: $. - method: POST name: createslackprojectnotificationsettings description: Create a new Slack settings override for a given project. call: rest-slacksettings.createslackprojectnotificationsettings with: org_id: rest.org_id project_id: rest.project_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: rest-slacksettings-mcp port: 9090 transport: http description: MCP adapter for Snyk API — SlackSettings. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: remove-given-slack-app-integration description: Remove the given Slack App integration hints: readOnly: false destructive: true idempotent: true call: rest-slacksettings.deleteslackdefaultnotificationsettings with: org_id: tools.org_id outputParameters: - type: object mapping: $. - name: get-slack-integration-default-notification description: Get Slack integration default notification settings. hints: readOnly: true destructive: false idempotent: true call: rest-slacksettings.getslackdefaultnotificationsettings with: org_id: tools.org_id outputParameters: - type: object mapping: $. - name: create-new-slack-notification-default description: Create new Slack notification default settings. hints: readOnly: false destructive: false idempotent: false call: rest-slacksettings.createslackdefaultnotificationsettings with: org_id: tools.org_id body: tools.body outputParameters: - type: object mapping: $. - name: slack-notification-settings-overrides-projects description: Slack notification settings overrides for projects hints: readOnly: true destructive: false idempotent: true call: rest-slacksettings.getslackprojectnotificationsettingscollection with: org_id: tools.org_id outputParameters: - type: object mapping: $. - name: remove-slack-settings-override-project description: Remove Slack settings override for a project. hints: readOnly: false destructive: true idempotent: true call: rest-slacksettings.deleteslackprojectnotificationsettings with: org_id: tools.org_id project_id: tools.project_id outputParameters: - type: object mapping: $. - name: update-slack-notification-settings-project description: Update Slack notification settings for a project. hints: readOnly: false destructive: false idempotent: true call: rest-slacksettings.updateslackprojectnotificationsettings with: org_id: tools.org_id project_id: tools.project_id body: tools.body outputParameters: - type: object mapping: $. - name: create-new-slack-settings-override description: Create a new Slack settings override for a given project. hints: readOnly: false destructive: false idempotent: false call: rest-slacksettings.createslackprojectnotificationsettings with: org_id: tools.org_id project_id: tools.project_id body: tools.body outputParameters: - type: object mapping: $.