Slack · Capability

Slack Calls API — End

Slack Calls API — End. 1 operations. Lead operation: Slack Post Calls End. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackEnd

What You Can Do

POST
Callsend — Slack Post Calls End
/v1/calls-end

MCP Tools

slack-post-calls-end

Slack Post Calls End

Capability Spec

calls-end.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Calls API — End
  description: 'Slack Calls API — End. 1 operations. Lead operation: Slack Post Calls End. Self-contained Naftiko capability
    covering one Slack business surface.'
  tags:
  - Slack
  - End
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: calls-end
    baseUri: ''
    description: Slack Calls API — End business capability. Self-contained, no shared references.
    resources:
    - name: calls.end
      path: /calls.end
      operations:
      - name: callsend
        method: POST
        description: Slack Post Calls End
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `calls:write`'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: calls-end-rest
    port: 8080
    description: REST adapter for Slack Calls API — End. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/calls-end
      name: calls-end
      description: REST surface for calls.end.
      operations:
      - method: POST
        name: callsend
        description: Slack Post Calls End
        call: calls-end.callsend
        with:
          token: rest.token
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: calls-end-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Calls API — End. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-post-calls-end
      description: Slack Post Calls End
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: calls-end.callsend
      with:
        token: tools.token
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.