> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Slack info

> Look up Slack workspaces, channels, and members.

{/* Tool: get_slack_info */}

When called from a Slack conversation, the tool description includes the current channel\_id, thread\_id, and team\_id. These are used as defaults when not specified.

## Parameters

<ParamField path="resource" type="string" default={"channels"}>
  What to list: "workspaces", "channels", or "members" (default "channels").
</ParamField>

<ParamField path="team_id" type="string" default={""}>
  Slack workspace team ID. Required for channels/members unless the current conversation is in a workspace (then it defaults to that workspace).
</ParamField>

<ParamField path="limit" type="number" default={0}>
  Max results per page (default 100 for channels/members, max 200).
</ParamField>

<ParamField path="cursor" type="string" default={""}>
  Pagination cursor from a previous response's next\_cursor.
</ParamField>
