Get strategy detail
get_strategyFetch a strategy's structure—name, timeframe, node IDs, types, labels, and config values—to understand it or prepare for optimization.
Instructions
Fetch a single strategy's structure: name, description, native timeframe, and a per-node summary with each node's id, type, label, and flattened numeric/string config values. Use this before optimize_strategy - the node ids and config field names shown here are exactly what optimize_strategy needs as xNodeId/xField and yNodeId/yField - or to understand what a strategy actually does before editing it. Parameters: strategyId (UUID, required; find it with list_strategies). Returns compact JSON; the raw graph is never dumped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategyId | Yes | Strategy UUID. Find it with list_strategies (it is also returned by create_strategy). Not a strategy name. |