Slack · Capability

Slack User Groups API — Create

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

Run with Naftiko SlackCreate

What You Can Do

POST
Postusergroupscreate — Slack Post User Groups Create
/v1/usergroups-create

MCP Tools

slack-post-user-groups-create

Slack Post User Groups Create

Capability Spec

usergroups-create.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack User Groups API — Create
  description: 'Slack User Groups API — Create. 1 operations. Lead operation: Slack Post User Groups Create. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Create
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: usergroups-create
    baseUri: ''
    description: Slack User Groups API — Create business capability. Self-contained, no shared references.
    resources:
    - name: usergroups.create
      path: /usergroups.create
      operations:
      - name: postusergroupscreate
        method: POST
        description: Slack Post User Groups Create
        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-create-rest
    port: 8080
    description: REST adapter for Slack User Groups API — Create. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/usergroups-create
      name: usergroups-create
      description: REST surface for usergroups.create.
      operations:
      - method: POST
        name: postusergroupscreate
        description: Slack Post User Groups Create
        call: usergroups-create.postusergroupscreate
        with:
          token: rest.token
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: usergroups-create-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack User Groups API — Create. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: slack-post-user-groups-create
      description: Slack Post User Groups Create
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: usergroups-create.postusergroupscreate
      with:
        token: tools.token
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.