Skip to main content
Glama
vino3dx
by vino3dx

cam_create_physical

Destructive

Create a physical camera with adjustable focal length, aperture, shutter speed, ISO, depth of field, and field of view for precise rendering control.

Instructions

创建一个 Physical Camera(物理相机),可设焦距、光圈 f-stop、快门、ISO、景深 DoF、视场角。 [English] Create a Physical Camera with focal length, f-stop, shutter, ISO, depth of field and FOV.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fovNo视场角(度)。 | Field of view (degrees).
isoNoISO。 | ISO.
nameNo相机名称。 | Camera name.
fStopNo光圈 f 值。 | Aperture f-stop.
targetNo目标点 [x,y,z]。 | Target [x,y,z].
positionNo位置 [x,y,z]。 | Position [x,y,z].
focalLengthNo焦距(mm)。 | Focal length (mm).
depthOfFieldNo是否开启景深,默认否。 | Enable depth of field, default false.
shutterSpeedNo快门速度。 | Shutter speed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already communicate readOnlyHint=false and destructiveHint=true, and the description's 'Create' behavior is consistent with that. The description adds the list of adjustable camera attributes, but does not disclose side effects, defaults, or whether a camera object is added to the scene. No annotation contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the action and resource, followed by a concise parameter summary. The bilingual repetition is reasonable for the audience, and there is no filler, though the parameter list is somewhat redundant with the schema.

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?

For a creation tool with no output schema and a destructive annotation, the description gives enough to understand the basic operation. However, it omits usage context relative to cam_create, default behaviors, and any prerequisites or side effects, leaving moderate gaps for an agent deciding how to invoke it correctly.

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 100% description coverage for all 9 parameters, so the schema already documents each field. The description provides a high-level summary of parameter categories but adds no additional meaning, constraints, or format details beyond the schema.

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?

States a specific verb 'Create' plus the resource 'Physical Camera' and enumerates the main configurable settings (focal length, f-stop, shutter, ISO, DoF, FOV). This clearly distinguishes it from camera query/set tools, though it does not explicitly differentiate from the sibling cam_create.

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?

No guidance on when to use this tool versus alternatives such as cam_create, cam_set, or other camera creation tools. The description implies usage through the name but provides no exclusion conditions or context for choosing it.

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