Skip to main content
Glama

Preview a TOP

get_preview
Read-only

Preview a TOP node's output by capturing it as an inline PNG image. Returns the image at specified width and height, plus a caption with node path and actual dimensions.

Instructions

Capture a TOP node's current output as an inline PNG image so you can see what was created — read-only, it creates and modifies nothing. Returns the image (scaled to width×height) plus a caption with the node path and actual dimensions; only TOPs can be previewed (CHOP/SOP/etc. have no image).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_pathYesPath of the TOP node to capture.
widthNoWidth of the captured preview image in pixels (1–4096; default 640).
heightNoHeight of the captured preview image in pixels (1–4096; default 360).
Behavior4/5

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

The read-only and non-destructive hints are already in annotations; the description reinforces these and adds return format details (scaled image + caption) and the constraint that only TOPs work. This adds useful behavioral context beyond annotations.

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-loading the core action and read-only nature, then adding return details. Every sentence is informative, with no unnecessary words.

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

Completeness5/5

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

Given the tool's simplicity (3 parameters with full schema coverage, annotations present), the description covers purpose, usage constraints, return format, and limitations. It is complete and sufficient for an agent.

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

Parameters3/5

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

The input schema already provides full descriptions for all parameters (100% coverage). The description mentions scaling by width/height, which aligns with schema but adds no additional parameter meaning beyond what's documented.

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 tool captures a TOP node's output as an inline PNG image, a read-only operation. It explicitly distinguishes from other node types (CHOP/SOP/etc.) which have no image, providing clarity on the resource and verb.

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 specifies the tool is for previewing TOP node outputs, is read-only, and not applicable to other node types. While it doesn't explicitly name alternative tools for CHOP/SOP, the context is clear enough for an agent to decide when to use it.

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/Pantani/tdmcp'

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