Slack · Capability

Slack Dialog API — Get

Slack Dialog API — Get. 1 operations. Lead operation: Slack Get Dialog Open. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackGet

What You Can Do

GET
Getdialogopen — Slack Get Dialog Open
/v1/dialog-open

MCP Tools

slack-get-dialog-open

Slack Get Dialog Open

read-only idempotent

Capability Spec

dialog-get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Dialog API — Get
  description: 'Slack Dialog API — Get. 1 operations. Lead operation: Slack Get Dialog Open. Self-contained Naftiko capability
    covering one Slack business surface.'
  tags:
  - Slack
  - Get
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: dialog-get
    baseUri: ''
    description: Slack Dialog API — Get business capability. Self-contained, no shared references.
    resources:
    - name: dialog.open
      path: /dialog.open
      operations:
      - name: getdialogopen
        method: GET
        description: Slack Get Dialog Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: dialog
          in: query
          type: string
          description: The dialog definition. This must be a JSON-encoded string.
          required: true
        - name: trigger_id
          in: query
          type: string
          description: Exchange a trigger to post to the user.
          required: true
  exposes:
  - type: rest
    namespace: dialog-get-rest
    port: 8080
    description: REST adapter for Slack Dialog API — Get. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/dialog-open
      name: dialog-open
      description: REST surface for dialog.open.
      operations:
      - method: GET
        name: getdialogopen
        description: Slack Get Dialog Open
        call: dialog-get.getdialogopen
        with:
          token: rest.token
          dialog: rest.dialog
          trigger_id: rest.trigger_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dialog-get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Dialog API — Get. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-dialog-open
      description: Slack Get Dialog Open
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dialog-get.getdialogopen
      with:
        token: tools.token
        dialog: tools.dialog
        trigger_id: tools.trigger_id
      outputParameters:
      - type: object
        mapping: $.