User Auto Setting
tronsave_get_user_auto_settingRead the current user's auto-sell configuration (autoSettings). Returns the full autoSettings object — call this before tronsave_register_auto_sell or tronsave_update_auto_sell_setting to avoid overwriting fields you do not intend to change. Requires a signature session and mcp-session-id. Read-only and idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vote | No | Whether vote-related automation is enabled for the wallet. | |
| energy | No | Energy auto-sell pool snapshot; null when energy automation is disabled. | |
| bandwidth | No | Bandwidth auto-sell pool snapshot; null when bandwidth automation is disabled. | |
| suggestSell | No | Whether suggest-sell UX hints are enabled. | |
| withdrawVote | No | Withdraw-vote configuration as a backend-defined string; semantics from TronSave docs. | |
| permitOperations | No | Permission rows enabled for this user; null/empty when no automation has been configured. | |
| reclaimOnlyTronSave | No | Reclaim flag — when `true`, only TronSave-managed delegations are reclaimed automatically. |