> ## 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 Discord info

> Look up Discord servers, channels, threads, or members.

{/* Tool: get_discord_info */}

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

## Parameters

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

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

<ParamField path="limit" type="number" default={1000}>
  Max members to return when resource='members' (default 1000, max 5000). Ignored for other resources.
</ParamField>
