Get Server Onboarding
discord_get_onboardingRetrieve a Discord server's onboarding configuration to see how new members are guided through setup.
Instructions
Get the onboarding configuration for a server.
Onboarding guides new members through a questionnaire to customize their experience.
Args:
guild_id (string): Discord server/guild ID
response_format ('markdown' | 'json'): Output format (default: 'json')
Returns: Onboarding settings including prompts, options, and default channels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | json |