tv_get_study_inputs
Retrieve a TradingView study's input parameters, including human-readable names, types, options, and ranges, by study ID or name substring. Read-only tool for inspecting indicator configurations.
Instructions
Read one study's inputs with their human names, types, options and ranges. Accepts a study id or a case-insensitive name substring. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study | Yes | study id (e.g. "7yFltV") or a case-insensitive part of its name | |
| filter | No | only return inputs whose id, name or group contains this text (case-insensitive) | |
| layout | No | chart layout id or index; default active | |
| expect_layout | No | layout id the tab is expected to show right now; the call refuses if it differs (a tab keeps its target id when the user opens another layout in it) | |
| include_blobs | No | return string values longer than 500 chars verbatim instead of { truncated, length }; default false |