Skip to main content
Glama

Inspect a KeyShot scene

keyshot_inspect_scene
Read-onlyIdempotent

Open KeyShot scenes in read-only mode to retrieve metadata, objects, cameras, material assignments, model sets, and external references.

Instructions

Open a scene read-only and return metadata, objects, cameras, material assignments, model sets, and external references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenePathYesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.

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.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the 'read-only' behavior and specifies the exact data returned (metadata, objects, cameras, etc.), which provides additional context beyond the annotations without contradiction.

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 concise sentence that front-loads the core action ('Open a scene read-only') and efficiently lists the return items. No redundant words or details.

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?

For a simple read-only inspection tool with a single parameter, an existing output schema, and strong annotations, the description covers the necessary aspects: what it does, what it returns, and its safety profile. It does not address edge cases like missing files, but these are not essential given the output schema and read-only nature.

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 documentation for the single parameter 'scenePath', including its type and purpose. The description does not add further parameter-level details, so it does not improve on the schema's coverage.

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 uses specific verbs ('Open', 'return') and clearly identifies the resource ('scene') and the scope of what is returned (metadata, objects, cameras, material assignments, model sets, external references). It effectively distinguishes this inspection tool from rendering or camera-specific 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 description implies usage when a read-only inspection of the scene is needed, but it does not explicitly state when to use this tool over alternatives like keyshot_list_cameras or keyshot_status. There is no mention of exclusions or preferred scenarios, leaving usage inferred from the verb 'inspect' and 'read-only'.

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