Skip to main content
Glama

camera_set_params

Set Blender camera parameters like lens, clip start, and clip end to control field of view and clipping distances for accurate scene rendering.

Instructions

params: lens, clip_start, clip_end, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo
camera_nameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior1/5

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

The annotations provide no read-only or destructive hints, and the description adds no behavioral detail beyond the name. It does not disclose that this modifies an existing camera, what happens to unspecified parameters, or what errors or side effects might occur, which is especially problematic for a mutation tool.

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 a single compact fragment with no filler, and the parameter examples are placed immediately after the label. 'etc.' signals non-exhaustiveness without adding bulk, so the structure is efficient even though the content is thin.

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 sparse schema, minimal annotations, and absence of an output schema, the description should provide far more operational context. It offers only a few example parameter names and omits purpose, usage, side effects, and expected results, leaving the agent under-equipped.

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 schema defines params only as a generic object with additionalProperties allowed, so the description adds meaningful key-level hints by naming lens, clip_start, and clip_end. However, it does not define value types, units, or behavior for these keys, nor does it explain the camera_name parameter.

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

Purpose3/5

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

The description is a fragment that lists example parameter names like lens and clip_start, implying camera-related settings, but it never explicitly states the tool's purpose or resource. The meaning is largely carried by the tool name and title, so the purpose is vague but not entirely absent.

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 description provides no guidance on when to use this tool instead of siblings such as camera_set_view, camera_track_to, or light_set_params. There is no mention of context, prerequisites, or alternative tools, so an agent must infer usage entirely from the name.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArkSentinel/super-blender-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server