render_from_url
Fetch JSON data from any URL and automatically generate interactive visualizations. The tool detects the optimal chart type and renders it for immediate analysis.
Instructions
Fetch JSON data from a URL and automatically visualize it. The server fetches the data, detects the best chart type, and renders it interactively.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Chart title | |
| url | Yes | URL that returns JSON data | |
| options | No |