Skip to main content
Glama
tylerart3d

MoonRay MCP

by tylerart3d

render_preview

Retrieve the newest live snapshot or final preview for a render job by providing its job ID. Use this to monitor progress or obtain the completed image once rendering finishes.

Instructions

Return the newest live snapshot, or the final preview after completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does convey the read-only nature ('Return') and the two-state behavior (live snapshot vs final preview), but it stays silent on failure modes, whether the call can block or refresh, and how 'newest' is determined. That is adequate but with clear gaps.

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?

One sentence, front-loaded with the action, and every word earns its place. The 'or' clause efficiently captures the two modes.

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

Completeness3/5

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

The presence of an output schema and a single required param lowers the burden, and the description covers the main mode distinction. But with no annotations and a sibling set containing interactive_viewer_preview, render_result, and capture_render_snapshot, the description lacks enough context to prevent selecting the wrong sibling.

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

Parameters2/5

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

The description never says what job_id refers to, how to obtain it, or how it relates to the live/final preview states. With schema_description_coverage at 0%, the description needed to compensate but does not; only the param title 'Job Id' gives any clue.

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

Purpose4/5

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

The description names a specific verb ('Return') and a concrete resource ('newest live snapshot' / 'final preview after completion'), so it clearly identifies a fetch operation tied to render progress. It does not explicitly distinguish itself from siblings such as interactive_viewer_preview or render_result, but the core purpose is unambiguous.

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?

It provides a clear conditional context: use it to get the latest live preview while a render runs, and the final preview after completion. It does not name exclusions or alternative tools, so it falls just short of full routing advice.

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

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/tylerart3d/moonray_mcp'

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