Generate Plotly Chart Endpoint
mcp
Generate Plotly Chart Endpoint
Visualise tabular results from execute_query as an interactive Plotly chart. Pass the rows from execute_query directly as data. Supports 25+ chart types (bar, line, heatmap, treemap, sankey, waterfall, parcoords, choropleth, etc.). Pick the chart type based on data shape: bar/line for categorical-vs-numeric, heatmap for matrix, treemap/sunburst for hierarchy, choropleth for geographic, sankey/funnel for flow.
POST
Generate Plotly Chart Endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for synchronous Plotly chart generation.

