segnals_get_strategy_schema
Get a bot's configuration schema to view all available settings, types, defaults, and valid ranges before creating or updating the bot.
Instructions
Get the configuration schema for a bot, showing all available settings, their types, defaults, and valid ranges. Use this to understand what parameters can be configured before creating or updating a bot. Requires scope: read:bots. Example: segnals_get_strategy_schema({ bot_id: 42 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | The ID of the bot to get the schema for |