Slack · Capability

Slack User Groups API — Enables

Slack User Groups API — Enables. 1 operations. Lead operation: Slack Post User Groups Enable. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackEnables

What You Can Do

POST
Postusergroupsenable — Slack Post User Groups Enable
/v1/usergroups-enable

MCP Tools

slack-post-user-groups-enable

Slack Post User Groups Enable

Capability Spec

usergroups-enables.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack User Groups API — Enables
  description: 'Slack User Groups API — Enables. 1 operations. Lead operation: Slack Post User Groups Enable. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Enables
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: usergroups-enables
    baseUri: ''
    description: Slack User Groups API — Enables business capability. Self-contained, no shared references.
    resources:
    - name: usergroups.enable
      path: /usergroups.enable
      operations:
      - name: postusergroupsenable
        method: POST
        description: Slack Post User Groups Enable
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `usergroups:write`'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: usergroups-enables-rest
    port: 8080
    description: REST adapter for Slack User Groups API — Enables. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/usergroups-enable
      name: usergroups-enable
      description: REST surface for usergroups.enable.
      operations:
      - method: POST
        name: postusergroupsenable
        description: Slack Post User Groups Enable
        call: usergroups-enables.postusergroupsenable
        with:
          token: rest.token
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: usergroups-enables-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack User Groups API — Enables. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: slack-post-user-groups-enable
      description: Slack Post User Groups Enable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: usergroups-enables.postusergroupsenable
      with:
        token: tools.token
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.