Slack · Capability

Slack Chat API — Lists

Slack Chat API — Lists. 1 operations. Lead operation: Slack Get Chat Scheduledmessages List. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackLists

What You Can Do

GET
Getchatscheduledmessageslist — Slack Get Chat Scheduledmessages List
/v1/chat-scheduledmessages-list

MCP Tools

slack-get-chat-scheduledmessages-list

Slack Get Chat Scheduledmessages List

read-only idempotent

Capability Spec

chat-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Chat API — Lists
  description: 'Slack Chat API — Lists. 1 operations. Lead operation: Slack Get Chat Scheduledmessages List. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: chat-lists
    baseUri: ''
    description: Slack Chat API — Lists business capability. Self-contained, no shared references.
    resources:
    - name: chat.scheduledMessages.list
      path: /chat.scheduledMessages.list
      operations:
      - name: getchatscheduledmessageslist
        method: GET
        description: Slack Get Chat Scheduledmessages List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `none`'
        - name: channel
          in: query
          type: string
          description: The channel of the scheduled messages
        - name: latest
          in: query
          type: number
          description: A UNIX timestamp of the latest value in the time range
        - name: oldest
          in: query
          type: number
          description: A UNIX timestamp of the oldest value in the time range
        - name: limit
          in: query
          type: integer
          description: Maximum number of original entries to return.
        - name: cursor
          in: query
          type: string
          description: 'For pagination purposes, this is the `cursor` value returned from a previous call to `chat.scheduledmessages.list`
            indicating where you want to start this call '
  exposes:
  - type: rest
    namespace: chat-lists-rest
    port: 8080
    description: REST adapter for Slack Chat API — Lists. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/chat-scheduledmessages-list
      name: chat-scheduledmessages-list
      description: REST surface for chat.scheduledMessages.list.
      operations:
      - method: GET
        name: getchatscheduledmessageslist
        description: Slack Get Chat Scheduledmessages List
        call: chat-lists.getchatscheduledmessageslist
        with:
          token: rest.token
          channel: rest.channel
          latest: rest.latest
          oldest: rest.oldest
          limit: rest.limit
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chat-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Chat API — Lists. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-chat-scheduledmessages-list
      description: Slack Get Chat Scheduledmessages List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chat-lists.getchatscheduledmessageslist
      with:
        token: tools.token
        channel: tools.channel
        latest: tools.latest
        oldest: tools.oldest
        limit: tools.limit
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.