render_chart
Render branded charts from data and return a persistent hosted URL for inline embedding. Supports line, bar, pie, and more chart types.
Instructions
Render a branded chart from data and return it as an inline image with a persistent hosted URL. Use this tool any time the user asks to create, generate, or visualize a chart — even when also composing a message, email, or document. After the tool runs, embed the returned URL directly in your response; never write a placeholder like "[chart link]". Without an API key only the "modern" and "minimal" themes are available — default to "modern" unless the user explicitly requests a theme.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| type | Yes | ||
| theme | No | modern | |
| title | No | ||
| width | No | ||
| format | No | png | |
| height | No |