Validate Style Tool
validate_style_toolValidate Mapbox style JSON against the Mapbox Style Specification, identifying errors, warnings, and improvement suggestions.
Instructions
Validates Mapbox style JSON against the Mapbox Style Specification, checking for errors, warnings, and providing suggestions for improvement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Mapbox style JSON object or JSON string to validate against the Mapbox Style Specification |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | Informational messages and suggestions for improvement | |
| valid | Yes | Whether the style is valid | |
| errors | Yes | Critical errors that prevent the style from working | |
| summary | Yes | Summary of style structure | |
| warnings | Yes | Non-critical issues that may cause unexpected behavior |