guild_get_welcome_screen
Fetch a Discord server's community welcome screen to inspect onboarding settings before making changes. Returns channel details and descriptions.
Instructions
Purpose: Fetch the configured Community welcome screen.
When to use:
Inspect onboarding before tweaking it.
Returns: {description, welcome_channels:[{channel_id, description, emoji_id, emoji_name}], untrusted_text}. Descriptions remain raw server-owner data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||