Slack · Capability

Slack Apps API — Uninstall

Slack Apps API — Uninstall. 1 operations. Lead operation: Slack Get Apps Uninstall. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackUninstall

What You Can Do

GET
Getappsuninstall — Slack Get Apps Uninstall
/v1/apps-uninstall

MCP Tools

slack-get-apps-uninstall

Slack Get Apps Uninstall

read-only idempotent

Capability Spec

apps-uninstall.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Apps API — Uninstall
  description: 'Slack Apps API — Uninstall. 1 operations. Lead operation: Slack Get Apps Uninstall. Self-contained Naftiko
    capability covering one Slack business surface.'
  tags:
  - Slack
  - Uninstall
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: apps-uninstall
    baseUri: ''
    description: Slack Apps API — Uninstall business capability. Self-contained, no shared references.
    resources:
    - name: apps.uninstall
      path: /apps.uninstall
      operations:
      - name: getappsuninstall
        method: GET
        description: Slack Get Apps Uninstall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
        - name: client_id
          in: query
          type: string
          description: Issued when you created your application.
        - name: client_secret
          in: query
          type: string
          description: Issued when you created your application.
  exposes:
  - type: rest
    namespace: apps-uninstall-rest
    port: 8080
    description: REST adapter for Slack Apps API — Uninstall. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/apps-uninstall
      name: apps-uninstall
      description: REST surface for apps.uninstall.
      operations:
      - method: GET
        name: getappsuninstall
        description: Slack Get Apps Uninstall
        call: apps-uninstall.getappsuninstall
        with:
          token: rest.token
          client_id: rest.client_id
          client_secret: rest.client_secret
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apps-uninstall-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Apps API — Uninstall. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-apps-uninstall
      description: Slack Get Apps Uninstall
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-uninstall.getappsuninstall
      with:
        token: tools.token
        client_id: tools.client_id
        client_secret: tools.client_secret
      outputParameters:
      - type: object
        mapping: $.