tv_screenshot
Capture a PNG screenshot of the active TradingView tab, returning a file path or inline base64 image for quick sharing and documentation.
Instructions
Capture a PNG screenshot of the active TradingView tab. Returns either a local file path or an inline base64 markdown image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filename prefix. | |
| format | No | Return format: 'path' for local file path, 'base64' for inline markdown image (default path). | |
| fullPage | No | Capture the full scrollable page (default false). |