Slack · Capability

Slack Conversations API — Mark

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

Run with Naftiko SlackMark

What You Can Do

POST
Postconversationsmark — Slack Post Conversations Mark
/v1/conversations-mark

MCP Tools

slack-post-conversations-mark

Slack Post Conversations Mark

Capability Spec

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