Discord · Capability

Discord HTTP API (Preview) — Sticker Packs

Discord HTTP API (Preview) — Sticker Packs. 1 operations. Lead operation: Sticker Packs. Self-contained Naftiko capability covering one Discord business surface.

Run with Naftiko DiscordSticker Packs

What You Can Do

GET
Liststickerpacks — liststickerpacks
/v1/sticker-packs

MCP Tools

liststickerpacks

liststickerpacks

read-only idempotent

Capability Spec

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