analyze_chart_image
Analyze chart images to extract labels, trends, approximate values, and note limitations for accurate interpretation.
Instructions
Analyze a chart image and return labels, trends, approximate values, and limitations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| file_id | No | file_id returned by PUT /upload. Preferred over image_base64 to avoid corruption of large base64 in the tool-call path. Persistent across restarts, content-deduplicated. | |
| mime_type | No | MIME type. Required with image_base64; ignored (uses stored value) with file_id. | image/png |
| chart_hint | No | ||
| image_base64 | No | Raw base64-encoded image bytes, without a data: URL prefix. Prefer file_id for large images. |