pixelplace-web.vercel.app
Write PixelCraft by hand or hand the tools to your agent. The compiler runs in your browser.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
describe_canvas
Get a coarse TEXT MAP of what is currently drawn — a small character grid where each character is the dominant color of a region and "." is transparent, plus a legend, the painted bounding box, and coverage. Tool results cannot contain images, so this is how you check that a shape landed where you meant, that the subject is centred, or that you did not accidentally fill the background. It shows layout and silhouette, not detail — for anything about how the art LOOKS, ask the person.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
frame |
integer | no | Frame to describe. Defaults to the visible one. |
detail |
integer | no | Maximum grid size on the long edge. The map preserves aspect ratio and reports its actual mapWidth/mapHeight. Default 24. Higher costs more tokens. |
Raw JSON schema
{
"type": "object",
"properties": {
"frame": {
"type": "integer",
"minimum": 0,
"description": "Frame to describe. Defaults to the visible one."
},
"detail": {
"type": "integer",
"minimum": 8,
"maximum": 48,
"description": "Maximum grid size on the long edge. The map preserves aspect ratio and reports its actual mapWidth/mapHeight. Default 24. Higher costs more tokens."
}
}
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…