Skip to main content
Glama

camera_look_at

Point a camera at a target object or world location to frame shots precisely in Blender.

Instructions

Point a camera at a target object or world location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes
targetNo
locationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0+hardened.2

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only states the intended effect and does not mention prerequisites, side effects, whether the camera must already exist, or failure behavior.

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 filler words and is front-loaded with the core action. It is appropriately sized for the tool's apparent simplicity.

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?

The output schema exists, so return-value details are not necessary, but 0% schema coverage and no annotations leave important context missing. An agent still lacks enough information about prerequisites, coordinate semantics, and parameter interactions to reliably construct a correct call.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It hints at two modes ('target object' vs 'world location') but does not name the parameters, explain that camera is likely the camera name, specify coordinate format for location, or clarify what happens if both target and location are provided.

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 ('point') and resource ('camera') and clearly states the operation: aiming at a target object or world location. This distinguishes it from sibling camera operations like set_active_camera or set_camera_property without needing to name them explicitly.

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 about when to use this tool versus alternatives. The description implies a camera-orientation use case, but it never states when this tool should be preferred over set_camera_property, setup_camera_dof, or other camera tools.

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