Skip to main content
Glama

camera.aim_at

blender_camera_aim_at

Aim the active camera at a 3D point or named object in the Blender scene, ensuring the view centers on the desired target.

Instructions

PartMe Blender Harness command camera.aim_at. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
targetNoThree finite numbers; rotation uses radians
_requestIdNoStable request id for replay safety
targetObjectNo
_authorizationNoAction-bound Harness authorization claim
_transactionIdYesHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.3/5.0
Behavior1/5

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

Annotations provide no hints, so the description must disclose behavioral effects, but it does not say whether this rotates the camera, moves it, or has side effects on scene state. The phrases 'Risk: standard' and 'maturity: L3' do not meaningfully explain what happens during execution.

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

Conciseness2/5

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

The description is short, but that brevity is under-specification rather than focused conciseness. Most of the text repeats metadata like harness command identity and generic policy requirements instead of earning its place by explaining the tool's behavior.

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

Completeness1/5

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

For a 7-parameter camera tool with two target-related inputs, the description provides none of the contextual semantics needed for correct invocation. An agent would still need to reverse-engineer the expected behavior from the name and schema.

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?

Schema coverage is only 57%, and the description adds no parameter-level meaning at all. It does not clarify how `target` relates to `targetObject`, what `name` refers to, or how the 3-number array should encode a direction or position.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only says that this is a PartMe Blender Harness command named `camera.aim_at` and gives risk/maturity metadata; it never states what the command actually does, such as pointing the camera at a target. This essentially restates the command name and leaves the purpose to be inferred from the title and siblings.

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

Usage Guidelines1/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 `blender_camera_create`, `blender_camera_follow_path`, or `blender_camera_add_handheld`. The only usage-related note is a generic session policy reminder that would apply to every harness command.

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