Slack · Capability

Slack Bookmarks API — Lists

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

Run with Naftiko SlackLists

What You Can Do

GET
Getbookmarkslist — List Bookmarks
/v1/bookmarks-list

MCP Tools

list-bookmarks

List Bookmarks

read-only idempotent

Capability Spec

bookmarks-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Bookmarks API — Lists
  description: 'Slack Bookmarks API — Lists. 1 operations. Lead operation: List Bookmarks. 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: bookmarks-lists
    baseUri: https://slack.com/api
    description: Slack Bookmarks API — Lists business capability. Self-contained, no shared references.
    resources:
    - name: bookmarks.list
      path: /bookmarks.list
      operations:
      - name: getbookmarkslist
        method: GET
        description: List Bookmarks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `bookmarks:read`'
          required: true
        - name: channel_id
          in: query
          type: string
          description: Channel to list bookmarks for.
          required: true
    authentication:
      type: bearer
      token: '{{env.SLACK_API_KEY}}'
  exposes:
  - type: rest
    namespace: bookmarks-lists-rest
    port: 8080
    description: REST adapter for Slack Bookmarks API — Lists. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/bookmarks-list
      name: bookmarks-list
      description: REST surface for bookmarks.list.
      operations:
      - method: GET
        name: getbookmarkslist
        description: List Bookmarks
        call: bookmarks-lists.getbookmarkslist
        with:
          token: rest.token
          channel_id: rest.channel_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bookmarks-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Bookmarks API — Lists. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-bookmarks
      description: List Bookmarks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bookmarks-lists.getbookmarkslist
      with:
        token: tools.token
        channel_id: tools.channel_id
      outputParameters:
      - type: object
        mapping: $.