Integrations

Get Slack info

Look up Slack workspaces, channels, and members.

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#

resourcestringdefault: channels

What to list: "workspaces", "channels", or "members" (default "channels").

team_idstringdefault: ""

Slack workspace team ID. Required for channels/members unless the current conversation is in a workspace (then it defaults to that workspace).

limitnumberdefault: 0

Max results per page (default 100 for channels/members, max 200).

cursorstringdefault: ""

Pagination cursor from a previous response's next_cursor.