Slack · Capability

Slack Web API — Emoji

Slack Web API — Emoji. 1 operations. Lead operation: Slack List Custom Emoji. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackEmoji

What You Can Do

GET
Emojilist — Slack List Custom Emoji
/v1/emoji-list

MCP Tools

slack-list-custom-emoji

Slack List Custom Emoji

read-only idempotent

Capability Spec

web-emoji.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Web API — Emoji
  description: 'Slack Web API — Emoji. 1 operations. Lead operation: Slack List Custom Emoji. Self-contained Naftiko capability
    covering one Slack business surface.'
  tags:
  - Slack
  - Emoji
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: web-emoji
    baseUri: https://slack.com/api
    description: Slack Web API — Emoji business capability. Self-contained, no shared references.
    resources:
    - name: emoji.list
      path: /emoji.list
      operations:
      - name: emojilist
        method: GET
        description: Slack List Custom Emoji
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SLACK_API_KEY}}'
  exposes:
  - type: rest
    namespace: web-emoji-rest
    port: 8080
    description: REST adapter for Slack Web API — Emoji. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/emoji-list
      name: emoji-list
      description: REST surface for emoji.list.
      operations:
      - method: GET
        name: emojilist
        description: Slack List Custom Emoji
        call: web-emoji.emojilist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-emoji-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Web API — Emoji. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-list-custom-emoji
      description: Slack List Custom Emoji
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: web-emoji.emojilist
      outputParameters:
      - type: object
        mapping: $.