Skip to main content
Glama

inspect

Read the current pixel state of a canvas as a hex character grid. For large canvases, specify region coordinates to view a subset.

Instructions

Read the current pixel state of a canvas as a hex character grid. For canvases >32px, provide x,y,w,h to inspect a region.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hNoRegion height
wNoRegion width
xNoRegion start X (for large canvases)
yNoRegion start Y (for large canvases)
canvas_idYesCanvas ID
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It explicitly says 'Read', implying no mutation, and discloses the output format as a hex character grid plus a region requirement for large canvases. However, it does not cover any error behavior or other potential side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the purpose, and every phrase adds value. Zero redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, but the description explains the output as a hex character grid. It also covers the action and the region restriction. Minor details like coordinate origin or exact format are missing, but the essential context is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter already has a description. The description adds the >32px threshold and clarifies that x,y,w,h define a region to inspect, which supplements the schema, but it does not drastically enrich parameter meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Read'), the resource ('current pixel state of a canvas'), and the output format ('hex character grid'). This is specific and distinct from sibling tools like 'get' or 'export', which likely serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides a clear usage guideline for when to include x,y,w,h (for canvases >32px), but it does not explicitly mention when to use this tool versus alternatives or when not to use it. Sibling differentiation is absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rxolve/pixscii'

If you have feedback or need assistance with the MCP directory API, please join our Discord server