Slack · Capability

Slack Conversations API — Archive

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

Run with Naftiko SlackArchive

What You Can Do

POST
Postconversationsarchive — Slack Post Conversations Archive
/v1/conversations-archive

MCP Tools

slack-post-conversations-archive

Slack Post Conversations Archive

Capability Spec

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