Slack · Capability

Slack Pins API — Lists

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

Run with Naftiko SlackLists

What You Can Do

GET
Getpinslist — Slack Get Pins List
/v1/pins-list

MCP Tools

slack-get-pins-list

Slack Get Pins List

read-only idempotent

Capability Spec

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