view_level_image
Convert encoded VibeTide level data into a color-accurate PNG image for visual representation, generating temporary files for display in MCP clients.
Instructions
View a VibeTide level as a beautiful PNG image with proper colors.
This generates a much better visual representation than the ASCII version,
using the same colors as the web builder. The image is saved to a temporary
file and the file path is returned for MCP clients to display.
Args:
encoded_level: An encoded level string from a URL or sharing link
tile_size: Size of each tile in pixels (default 16, will auto-adjust for wide levels)
max_width: Maximum image width in pixels (default 1200)
Returns:
The file path to the generated PNG imageInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded_level | Yes | ||
| tile_size | No | ||
| max_width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |