Slack · Capability

Slack Files API — Update

Slack Files API — Update. 1 operations. Lead operation: Slack Post Files Remote Update. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackUpdate

What You Can Do

POST
Postfilesremoteupdate — Slack Post Files Remote Update
/v1/files-remote-update

MCP Tools

slack-post-files-remote-update

Slack Post Files Remote Update

Capability Spec

files-update.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Files API — Update
  description: 'Slack Files API — Update. 1 operations. Lead operation: Slack Post Files Remote 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: files-update
    baseUri: ''
    description: Slack Files API — Update business capability. Self-contained, no shared references.
    resources:
    - name: files.remote.update
      path: /files.remote.update
      operations:
      - name: postfilesremoteupdate
        method: POST
        description: Slack Post Files Remote Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: files-update-rest
    port: 8080
    description: REST adapter for Slack Files API — Update. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/files-remote-update
      name: files-remote-update
      description: REST surface for files.remote.update.
      operations:
      - method: POST
        name: postfilesremoteupdate
        description: Slack Post Files Remote Update
        call: files-update.postfilesremoteupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: files-update-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Files API — Update. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-post-files-remote-update
      description: Slack Post Files Remote Update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: files-update.postfilesremoteupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.