get_chart_schema
Retrieve the JSON schema for a chart type to explore all styling and configuration options, including properties, types, defaults, and enum values.
Instructions
⚠️ DATAWRAPPER MCP TOOL ⚠️ This is part of the Datawrapper MCP server integration.
Get the Pydantic JSON schema for a specific chart type. This is your primary tool for discovering styling and configuration options.
The schema shows:
All available properties and their types
Enum values (e.g., line widths, interpolation methods)
Default values
Detailed descriptions for each property
WORKFLOW: Use this tool first to explore options, then refer to https://datawrapper.readthedocs.io/en/latest/ for detailed examples and patterns showing how to use these properties in practice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_type | Yes | Chart type to get schema for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |