Slack · Capability

Slack Conversations API — Info

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

Run with Naftiko SlackInfo

What You Can Do

GET
Getconversationsinfo — Slack Get Conversations Info
/v1/conversations-info

MCP Tools

slack-get-conversations-info

Slack Get Conversations Info

read-only idempotent

Capability Spec

conversations-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Conversations API — Info
  description: 'Slack Conversations API — Info. 1 operations. Lead operation: Slack Get Conversations Info. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: conversations-info
    baseUri: ''
    description: Slack Conversations API — Info business capability. Self-contained, no shared references.
    resources:
    - name: conversations.info
      path: /conversations.info
      operations:
      - name: getconversationsinfo
        method: GET
        description: Slack Get Conversations Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `conversations:read`'
        - name: channel
          in: query
          type: string
          description: Conversation ID to learn more about
        - name: include_locale
          in: query
          type: boolean
          description: Set this to `true` to receive the locale for this conversation. Defaults to `false`
        - name: include_num_members
          in: query
          type: boolean
          description: Set to `true` to include the member count for the specified conversation. Defaults to `false`
  exposes:
  - type: rest
    namespace: conversations-info-rest
    port: 8080
    description: REST adapter for Slack Conversations API — Info. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/conversations-info
      name: conversations-info
      description: REST surface for conversations.info.
      operations:
      - method: GET
        name: getconversationsinfo
        description: Slack Get Conversations Info
        call: conversations-info.getconversationsinfo
        with:
          token: rest.token
          channel: rest.channel
          include_locale: rest.include_locale
          include_num_members: rest.include_num_members
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: conversations-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Conversations API — Info. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: slack-get-conversations-info
      description: Slack Get Conversations Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: conversations-info.getconversationsinfo
      with:
        token: tools.token
        channel: tools.channel
        include_locale: tools.include_locale
        include_num_members: tools.include_num_members
      outputParameters:
      - type: object
        mapping: $.