Skip to main content
Glama

Render one KeyShot view

keyshot_render
Destructive

Render the active or a named camera from an existing KeyShot scene to an image file, with configurable resolution, format, quality, and render time.

Instructions

Render the active or a named camera from an existing scene to an image file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoRender width in pixels. Overrides the selected quality preset when provided.
cameraNoOptional saved camera name to activate before rendering. Omit to use the scene's active camera.
formatNoOutput image format. Defaults to PNG when omitted.
heightNoRender height in pixels. Overrides the selected quality preset when provided.
samplesNoMaximum render samples. Cannot be combined with maxTimeSeconds and overrides preset sampling when provided.
scenePathYesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
outputPathNoDestination image path. When omitted, a PNG name is generated inside KEYSHOT_OUTPUT_DIR.
qualityPresetNoRender quality preset: preview (960x540, 16 samples), standard (1920x1080, 64 samples), or final (3840x2160, 256 samples).
maxTimeSecondsNoMaximum render time in seconds. Selects time-based rendering and cannot be combined with samples.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the requested operation completed successfully.
dataNoOperation-specific structured result data, or null when unavailable.
errorYesHuman-readable failure reason, or null after success.
warningsYesNon-fatal conditions the user or agent should review.
errorCodeNoStable error category for common failures.
outputFilesYesAbsolute paths of images or scene files created by the operation.
suggestionsNoActionable recovery steps for the user or agent.
keyshotStdoutTailYesTruncated tail of KeyShot headless output for diagnostics.
Behavior3/5

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

Annotations already flag destructiveHint=true, and the description adds that it outputs to an image file. However, it does not disclose potential overwriting of outputPath, render time expectations, or license/prerequisite requirements. The description adds minimal behavioral context beyond the annotations, so it meets but does not exceed the baseline.

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 a single, well-structured sentence that front-loads the action and outcome. Every word adds value, with no redundant or filler content.

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?

Given the tool has 9 parameters and multiple render-related siblings, the description is somewhat minimal. It explains the basic purpose but does not guide the agent on when to choose this tool over alternatives or warn about side effects. The presence of a complete output schema and parameter descriptions keeps it at a minimally viable level.

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?

Schema description coverage is 100% with detailed per-parameter descriptions (e.g., qualityPreset dimensions and samples, samples vs. maxTimeSeconds conflict). The tool description adds no additional parameter-level meaning, so it does not go beyond what the schema already provides.

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 core action: 'Render the active or a named camera from an existing scene to an image file.' This uses a specific verb ('Render') and resource ('camera from an existing scene'), and the title 'Render one KeyShot view' further distinguishes it from batch or product render siblings.

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?

The phrase 'from an existing scene' and 'active or a named camera' implies a single-view render use case, but the description does not explicitly contrast with siblings like keyshot_batch_render, keyshot_preview_render, or keyshot_render_all_cameras. It offers some contextual guidance without naming alternatives or exclusions.

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/truman-t3/keyshot-mcp'

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