Slack · Capability

Slack Conversations API — Kick

Slack Conversations API — Kick. 1 operations. Lead operation: Slack Post Conversations Kick. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackKick

What You Can Do

POST
Postconversationskick — Slack Post Conversations Kick
/v1/conversations-kick

MCP Tools

slack-post-conversations-kick

Slack Post Conversations Kick

Capability Spec

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