Skip to main content
Glama

Import a model into KeyShot

keyshot_import_model
Destructive

Import a supported local 3D model into a KeyShot scene, apply composition options such as centering or ground snap, and save the new scene.

Instructions

Import a supported local model into an empty or base scene, apply requested composition options, and save a new scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelPathYesAbsolute path to a model file supported by KeyShot, such as OBJ, FBX, STL, or glTF.
snapToGroundNoAsk KeyShot to place imported geometry on the ground plane when supported.
baseScenePathNoOptional existing KeyShot scene to use as the import base. Omit to start from an empty scene.
centerGeometryNoAsk KeyShot to center imported geometry during import when supported.
outputScenePathYesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
adjustEnvironmentNoAsk KeyShot to adjust the environment to the imported geometry when supported.
adjustCameraLookAtNoAsk KeyShot to retarget the active camera to the imported geometry when supported.

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?

The annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is known. The description adds that it applies 'requested composition options' and 'saves a new scene', but does not disclose overwrite behavior or other potential side effects beyond what the schema implies. This is acceptable but not rich.

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 sentence that front-loads the primary action ('Import a supported local model'), specifies the optional base scene, and states the output. It contains no redundant or vague words.

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 moderate complexity, complete schema descriptions, and the presence of an output schema, the description adequately summarizes the workflow. It does not discuss limitations like unsupported formats or error handling, but those are covered by the schema and output schema, and the description is sufficiently complete for an import tool.

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 has full descriptions for all 7 parameters (100% coverage), including paths and boolean options. The description's phrase 'apply requested composition options' is a high-level aggregation and adds no detail beyond the schema, so the baseline 3 is appropriate.

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 a specific verb ('Import') and resource ('a supported local model') and states the outcome ('save a new scene'). It clearly distinguishes this tool from siblings like keyshot_render or keyshot_inspect_scene by focusing solely on the import workflow.

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 clearly indicates when to use the tool: to import a model into either an empty or an existing base scene and then save a new scene. While it does not name explicit alternatives, the scenario is specific enough to guide selection among siblings.

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