get_indicator
Retrieves metadata for a technical indicator, including description, parameters, output, and example. Provide the indicator name to get details.
Instructions
Get metadata for a technical indicator (description, parameters, output, example).
`indicator` is the indicator name (e.g. RSI, MACD). This is metadata only — the CLI
has no compute-over-symbol command — so it does not run a calculation on price data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | Yes |