guild_get_welcome_screen
Retrieve a Discord guild's Community welcome screen to inspect current onboarding setup before modifying it. Returns welcome channels and raw text for review.
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 | |||