trading_status
Check if trading is currently allowed and see the exact reason when it isn't, so you know whether an order can be placed.
Instructions
Whether this server may place an order right now, and why not if it may not.
Read it before offering to trade anything. Trading is OFF by default and the user turns it on themselves with stockbit-auth trading-enable; nothing this server does can turn it on, and no argument to any tool can override it.
policy.reason is written for the user — relay it rather than paraphrasing. policy.autoConfirmIgnored, when present, means autoConfirm was configured but is not being honoured, and says why.
policy.elicitation says whether a person is asked directly before an order: required refuses rather than send when no person can be reached, when-available (the default) asks wherever the client supports it, never does not ask at all. rememberGrant is the live "don't ask again" in THIS server process, if the user made one — it is held in memory, so no file can answer that question and this is the only place it is visible.
This tool reads local configuration and makes no request, so it works with no trading session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||