Slack · Capability

Slack Views API — Update

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

Run with Naftiko SlackUpdate

What You Can Do

GET
Getviewsupdate — Slack Get Views Update
/v1/views-update

MCP Tools

slack-get-views-update

Slack Get Views Update

read-only idempotent

Capability Spec

views-update.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Views API — Update
  description: 'Slack Views API — Update. 1 operations. Lead operation: Slack Get Views Update. Self-contained Naftiko capability
    covering one Slack business surface.'
  tags:
  - Slack
  - Update
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: views-update
    baseUri: ''
    description: Slack Views API — Update business capability. Self-contained, no shared references.
    resources:
    - name: views.update
      path: /views.update
      operations:
      - name: getviewsupdate
        method: GET
        description: Slack Get Views Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: view_id
          in: query
          type: string
          description: A unique identifier of the view to be updated. Either `view_id` or `external_id` is required.
        - name: external_id
          in: query
          type: string
          description: A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length
            of 255 characters. Either `view_id` or `external_id` is
        - name: view
          in: query
          type: string
          description: A [view object](/reference/surfaces/views). This must be a JSON-encoded string.
        - name: hash
          in: query
          type: string
          description: A string that represents view state to protect against possible race conditions.
  exposes:
  - type: rest
    namespace: views-update-rest
    port: 8080
    description: REST adapter for Slack Views API — Update. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/views-update
      name: views-update
      description: REST surface for views.update.
      operations:
      - method: GET
        name: getviewsupdate
        description: Slack Get Views Update
        call: views-update.getviewsupdate
        with:
          token: rest.token
          view_id: rest.view_id
          external_id: rest.external_id
          view: rest.view
          hash: rest.hash
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: views-update-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Views API — Update. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-views-update
      description: Slack Get Views Update
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: views-update.getviewsupdate
      with:
        token: tools.token
        view_id: tools.view_id
        external_id: tools.external_id
        view: tools.view
        hash: tools.hash
      outputParameters:
      - type: object
        mapping: $.