list_charts
Enumerate all charts in a Word document body in order, reporting index, chart type, title, series, point count, size, data workbook existence, and update eligibility with refusal reasons.
Instructions
Enumerate every chart in the document body, in document order. Each entry reports index (use it with update_chart_data), chart part name, plot type (barChart/lineChart/pieChart/scatterChart/... or 'chartex' for modern charts like treemap/sunburst/waterfall), title, series names, point count, size in points, whether an embedded data workbook exists, and supported_for_update with a reason when updating is refused (chartex, combo, 3D/area/radar/..., multi-level categories). Read-only against the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |