pine_list_scripts
List saved Pine Scripts with optional name filter and pagination to find specific scripts in the TVControl library.
Instructions
List saved Pine Scripts. Returns a page, not the whole library — pass name_filter to find one by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max scripts to return (default 50, max 200) | |
| offset | No | Skip this many matches, for paging | |
| name_filter | No | Case-insensitive substring match on script name/title. Use this when you know roughly what you are looking for. |