segnals_explain_config
Analyze a bot's current configuration to understand each setting, flag risky combinations, and receive improvement suggestions.
Instructions
Analyze and explain a bot's current configuration. Describes what each setting does, flags risky combinations (e.g., Martingale with high multiplier), and suggests improvements. Use this to understand or review a bot's strategy setup. Requires scope: read:bots. Example: segnals_explain_config({ bot_id: 42 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | The ID of the bot to explain |