Skip to main content
Glama

set_control_point

Reposition a curve control point with optional bezier handle adjustments for precise shape control.

Instructions

Move a curve control point and optionally adjust its bezier handles.

Parameters:

  • name: Curve object name

  • point_index: Zero-based control point index

  • co: Comma-separated x,y,z world-space position

  • handle_left: Comma-separated x,y,z for left handle (bezier only)

  • handle_right: Comma-separated x,y,z for right handle (bezier only)

  • handle_left_type: FREE, ALIGNED, VECTOR, or AUTO (bezier only)

  • handle_right_type: FREE, ALIGNED, VECTOR, or AUTO (bezier only)

  • spline_index: Spline index within the curve object (default 0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
point_indexYes
coYes
handle_leftNo
handle_rightNo
handle_left_typeNo
handle_right_typeNo
spline_indexNo
Behavior2/5

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

With no annotations, the description must disclose all behavioral traits. It mentions optional handle adjustment but omits critical details: what happens with invalid point_index, behavior for non-bezier curves, whether changes are permanent, and any side effects on linked data. The description is vague about the tool's mutation characteristics.

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 well-structured in a bulleted parameter list, avoiding prose bloat. It is front-loaded with a clear action statement. However, it could be slightly more concise by grouping similar parameters (e.g., handle_left/handle_right types).

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 tool with 8 parameters and no output schema, the description covers parameter semantics but lacks context on return values, error handling, and prerequisites (e.g., curve object existence). It is adequate for basic usage but incomplete for robust agent decision-making.

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

Parameters4/5

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

Schema description coverage is 0%, so the description carries the full burden. It adds meaningful explanations for all 8 parameters, including format hints (comma-separated x,y,z) and type constraints (FREE, ALIGNED, etc.). However, it could be more precise about the expected string format for coordinates.

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 clearly states the tool's action: 'Move a curve control point and optionally adjust its bezier handles.' This is a specific verb-resource combination that distinguishes it from sibling tools like set_vertex_position (for mesh vertices) or set_vertex_positions.

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 is provided on when to use this tool versus alternatives (e.g., set_vertex_position, get_control_points). There are no prerequisites or exclusion criteria mentioned, leaving the agent without context for appropriate invocation.

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/naab007/blender_mcp'

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