Skip to main content
Glama

Screenshot

screenshot
Read-only

Capture Unity scene images with selectable camera views, zoom, bounding-box highlights, and optional AI-generated text description. Saves to file or returns path.

Instructions

Capture screenshot (file path); describe= -> Haiku text (15-100x fewer tokens), raw=True forces path. camera: scene_view|scene_view_frame|multi_view|single_view|overview|overview_game. angle (single_view): front|left|top|iso|ex,ey,ez. zoom: higher=closer. angles: per-view Euler "ex,ey,ez|..." (_=skip). supersample 1-4. offset/fixed_size: framing. highlight: paths[:#RRGGBB] for bbox. show_colliders: wireframes. annotation_id: frame + highlight annotation by id (auto sets camera=annotation_frame).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoForce returning file path even when describe= is set
pathNoSave to this file path (omit = auto-generate in ScreenShots/)
zoomNoZoom factor — higher = closer
angleNoEuler angle for single_view: front|left|top|iso|ex,ey,ez
widthNoImage width in pixels (default 640)
anglesNoPer-view Euler angles: 'ex,ey,ez|...' (underscore = skip this view)
cameraNoView type: scene_view|scene_view_frame|multi_view|single_view|overview|overview_game
heightNoImage height in pixels (default 480)
offsetNoFraming offset vector
describeNoHaiku prompt for AI text description instead of returning file path (15-100x fewer tokens)
highlightNoComma-separated paths to highlight with bounding box (e.g. /Player:#FF0000)
fixed_sizeNoFixed framing size override
output_pathNoAlias for path — save to this file path
supersampleNoAnti-alias quality 1-4 (higher = sharper, slower)
annotation_idNoFrame + highlight annotation by ID (auto-sets camera=annotation_frame)
show_collidersNoOverlay collider wireframes on the screenshot
Behavior4/5

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

The description significantly extends beyond the readOnlyHint annotation by explaining behavior such as returning a file path by default, forcing a path with raw=True, generating Haiku text with describe, auto-setting camera from annotation_id, and the meaning of zoom/angles/supersample. It does not contradict the annotation and provides valuable operational context.

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

Conciseness4/5

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

The description is compact and front-loaded with the core action, then follows with a dense but organized reference of parameters. Every sentence contributes, though the line-packed formatting is somewhat cryptic; still, it's appropriately sized for a tool with 16 parameters.

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?

Given the tool's complexity (16 params, no output schema), the description covers nearly all behavioral aspects: output modes, camera options, framing controls, highlight syntax, and annotation handling. Minor gaps exist (e.g., exact return format/path details), but the description is substantially complete for a tool of this scope.

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?

Although schema coverage is 100%, the description adds key semantic value by explaining syntactic shorthand (e.g., 'ex,ey,ez', '_=skip', 'paths[:#RRGGBB]'), the relationship between describe and raw, and how annotation_id auto-configures camera. These details are not in the schema and help an agent invoke parameters correctly.

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 opens with 'Capture screenshot (file path)'—a specific verb+resource pairing that clearly states the tool's purpose. It goes on to describe the two primary output modes (file path or Haiku description), which distinguishes it from all sibling tools that are unrelated to image capture.

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

Usage Guidelines4/5

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

The description gives clear context on how to use the tool, including camera modes, angle presets, zoom semantics, and framing options. It doesn't explicitly name alternatives because no sibling tool serves a similar function, but the extensive parameter guidance makes its intended use evident.

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/german-krasnikov/unity-biome-mcp'

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