Slack · Capability

Slack Team API — Profile

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

Run with Naftiko SlackProfile

What You Can Do

GET
Getteamprofileget — Slack Get Team Profile Get
/v1/team-profile-get

MCP Tools

slack-get-team-profile-get

Slack Get Team Profile Get

read-only idempotent

Capability Spec

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