Slack · Capability
Slack Conversations API — Replies
Slack Conversations API — Replies. 1 operations. Lead operation: Slack Get Conversations Replies. Self-contained Naftiko capability covering one Slack business surface.
What You Can Do
GET
Getconversationsreplies
— Slack Get Conversations Replies
/v1/conversations-replies
MCP Tools
slack-get-conversations-replies
Slack Get Conversations Replies
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Slack Conversations API — Replies
description: 'Slack Conversations API — Replies. 1 operations. Lead operation: Slack Get Conversations Replies. Self-contained
Naftiko capability covering one Slack business surface.'
tags:
- Slack
- Replies
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
SLACK_API_KEY: SLACK_API_KEY
capability:
consumes:
- type: http
namespace: conversations-replies
baseUri: ''
description: Slack Conversations API — Replies business capability. Self-contained, no shared references.
resources:
- name: conversations.replies
path: /conversations.replies
operations:
- name: getconversationsreplies
method: GET
description: Slack Get Conversations Replies
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: token
in: query
type: string
description: 'Authentication token. Requires scope: `conversations:history`'
- name: channel
in: query
type: string
description: Conversation ID to fetch thread from.
- name: ts
in: query
type: number
description: 'Unique identifier of a thread''s parent message. `ts` must be the timestamp of an existing message
with 0 or more replies. If there are no replies then just the '
- name: latest
in: query
type: number
description: End of time range of messages to include in results.
- name: oldest
in: query
type: number
description: Start of time range of messages to include in results.
- name: inclusive
in: query
type: boolean
description: Include messages with latest or oldest timestamp in results only when either timestamp is specified.
- name: limit
in: query
type: integer
description: The maximum number of items to return. Fewer than the requested number of items may be returned, even
if the end of the users list hasn't been reached.
- name: cursor
in: query
type: string
description: Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
returned by a previous request's `response_metadata`. Defaul
exposes:
- type: rest
namespace: conversations-replies-rest
port: 8080
description: REST adapter for Slack Conversations API — Replies. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/conversations-replies
name: conversations-replies
description: REST surface for conversations.replies.
operations:
- method: GET
name: getconversationsreplies
description: Slack Get Conversations Replies
call: conversations-replies.getconversationsreplies
with:
token: rest.token
channel: rest.channel
ts: rest.ts
latest: rest.latest
oldest: rest.oldest
inclusive: rest.inclusive
limit: rest.limit
cursor: rest.cursor
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: conversations-replies-mcp
port: 9090
transport: http
description: MCP adapter for Slack Conversations API — Replies. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: slack-get-conversations-replies
description: Slack Get Conversations Replies
hints:
readOnly: true
destructive: false
idempotent: true
call: conversations-replies.getconversationsreplies
with:
token: tools.token
channel: tools.channel
ts: tools.ts
latest: tools.latest
oldest: tools.oldest
inclusive: tools.inclusive
limit: tools.limit
cursor: tools.cursor
outputParameters:
- type: object
mapping: $.