Skip to main content
Glama

view.focus

blender_view_focus
Read-onlyIdempotent

Focus the active Blender 3D viewport on a specified object, bringing it into clear view for inspection and editing.

Instructions

PartMe Blender Harness command view.focus. Risk: read; maturity: L3. Requirements: Per-request argument checks and session policy still apply; Foreground window with a VIEW_3D area

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectYes
_requestIdNoStable request id for replay safety
_authorizationNoAction-bound Harness authorization claim
_transactionIdNoHarness 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

C2.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'Risk: read' and the VIEW_3D foreground requirement, which is useful behavioral context beyond the annotations. It does not contradict the annotations.

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

Conciseness3/5

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

The description is compact and labeled, but the first sentence adds little beyond the tool name, and the limited content is not used to explain the tool's actual behavior. It is concise but at the cost of substance.

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?

For a tool with required parameters and close siblings, the description is incomplete: it omits the core operation, the meaning of the object argument, and any differentiation from view-related alternatives. The output schema and annotations cover safety but not functional semantics.

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?

The required 'object' parameter has no description in the schema and the tool description does not explain what it refers to. With only 60% schema coverage and no compensation in the description, the most important parameter remains semantically unclear.

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 essentially restates the tool's identity ('PartMe Blender Harness command view.focus') without defining what focusing does to the scene or viewport. It gives a risk label and requirements, but no verb-resource statement that would let an agent understand the operation.

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?

The only usage guidance is the precondition that a foreground window with a VIEW_3D area must exist. There is no indication of when to use this tool versus sibling tools like blender_view_present or blender_view_set, nor any when-not-to-use guidance.

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