get_trading_workflow
Map of how Crank's tools fit into one end-to-end trading flow (read this first).
Read-only, free. Returns an ordered, machine-readable workflow: orient -> intelligence -> yields -> simulate (backtest) -> risk-size -> execute (non-custodial) -> monitor -> journal. Each step names the concrete tool(s) to call, their purpose, key inputs, how to use the output downstream, and the decision points that branch the flow -- so an agent that discovered Crank via tools/list can sequence the full tool surface instead of guessing. Descriptive only (DYOR); only execute-phase tools are value-bearing.
wallet_address (optional, PUBLIC key only -- non-custodial): when
given, appends human_activity -- count + most-recent manual
override on this shared account in the last 72h (decision_type, asset,
rationale summary, timestamp) plus an instruction to reconcile with it
before acting. Human and agents act on ONE account: every human action
is journaled (see journal_query source="human") so it is never invisible
to you. Absent/clean ({"count": 0}) when there is no override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller_id | No | ||
| wallet_address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||