Slack · Capability

Slack Users API — Info

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

Run with Naftiko SlackInfo

What You Can Do

GET
Getusersinfo — Slack Get Users Info
/v1/users-info

MCP Tools

slack-get-users-info

Slack Get Users Info

read-only idempotent

Capability Spec

users-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Users API — Info
  description: 'Slack Users API — Info. 1 operations. Lead operation: Slack Get Users Info. Self-contained Naftiko capability
    covering one Slack business surface.'
  tags:
  - Slack
  - Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-info
    baseUri: ''
    description: Slack Users API — Info business capability. Self-contained, no shared references.
    resources:
    - name: users.info
      path: /users.info
      operations:
      - name: getusersinfo
        method: GET
        description: Slack Get Users Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `users:read`'
          required: true
        - name: include_locale
          in: query
          type: boolean
          description: Set this to `true` to receive the locale for this user. Defaults to `false`
        - name: user
          in: query
          type: string
          description: User to get info on
  exposes:
  - type: rest
    namespace: users-info-rest
    port: 8080
    description: REST adapter for Slack Users API — Info. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/users-info
      name: users-info
      description: REST surface for users.info.
      operations:
      - method: GET
        name: getusersinfo
        description: Slack Get Users Info
        call: users-info.getusersinfo
        with:
          token: rest.token
          include_locale: rest.include_locale
          user: rest.user
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Users API — Info. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-users-info
      description: Slack Get Users Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-info.getusersinfo
      with:
        token: tools.token
        include_locale: tools.include_locale
        user: tools.user
      outputParameters:
      - type: object
        mapping: $.