Skip to main content
Glama

quick_product_render

Automatically configure three-point lighting, camera framing, and transparent background to render a product image in one step.

Instructions

三点光 + 相机取景 + 透明背景,一步渲染产品图。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNoBLENDER_EEVEE
objectYes
samplesNo
resolutionNo
output_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description is the sole source of behavioral info. It mentions the high-level outcome but omits side effects such as whether it modifies the scene, creates lights, alters camera settings, or affects existing render settings.

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 very concise, a single sentence that immediately states the core function. It is well-structured and easy to parse, with no filler.

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

Completeness2/5

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

Given the multiple parameters and potential side effects, the description is too brief to be complete. It lacks details on expected inputs, outputs, error conditions, and how the operation integrates with the scene.

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

Parameters1/5

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

The description does not explain any of the five parameters; it only gives an overall purpose. With 0% schema coverage, the description fails to compensate by detailing the meaning or constraints of engine, object, samples, resolution, or output_path.

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 clearly states the tool's function: it renders a product image with three-point lighting, camera framing, and transparent background in one step. It distinguishes itself from generic render tools by specifying these features, though it could be more explicit about its scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like render_image or setup_three_point_lighting. The description does not mention trade-offs or specific scenarios, leaving the agent to infer its appropriateness.

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

Deploy Server

Other Tools