art.get_style
Retrieve the current pixel-art style definition, or query a specific style by ID and version to enforce consistent art across 2D RPG development.
Instructions
Returns the active style definition. Optionally specify style_id and version to look up a specific style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Style version number. Only used with style_id. | |
| style_id | No | Style identifier (e.g. "fantasy_pixel"). Omit for active style. |