Skip to main content
Glama
truman-t3

KeyShot MCP

by truman-t3

keyshot_list_cameras

Retrieve the list of camera names from a KeyShot scene to prepare for batch rendering.

Instructions

Open a KeyShot scene and return the list of available camera names (useful before batch rendering).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenePathYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It mentions 'Open a KeyShot scene' implying a file read operation, but does not clarify if the scene remains open or any side effects. For a read-only list, this is adequate but not thorough.

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 with no redundant words. It front-loads the action and purpose, making it efficient for an agent to parse.

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 simplicity (one parameter, no output schema), the description provides sufficient context: what it does, why it's useful, and what input is needed. It does not detail the return format, but that is a minor omission.

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 0%, but the only parameter scenePath is implicitly described by 'Open a KeyShot scene'. However, the description does not explicitly define the parameter format or constraints beyond what the schema name suggests. It adds minimal value over the schema.

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 verb 'Open' and 'return', and the resource 'list of available camera names' from a KeyShot scene. It distinguishes from sibling tools like keyshot_set_camera and keyshot_batch_render by specifying it's for listing cameras before batch rendering.

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 explicitly mentions the tool is 'useful before batch rendering', indicating a clear use case. While it does not provide explicit when-not-to-use or alternatives, the context is clear enough for an agent to decide.

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