Skip to main content
Glama

blender_physics

Set up and manage physics simulations for 3D objects: enable rigid body, cloth, soft body, fluid effects, bake animations, add force fields, and apply constraints.

Instructions

Enable and configure physics simulations for objects.

Supports multiple operations through the operation parameter:

  • enable_rigid_body: Add rigid body physics to object

  • enable_cloth: Add cloth simulation to object

  • enable_soft_body: Add soft body simulation to object

  • enable_fluid: Add fluid simulation to object

  • bake_physics: Bake physics simulation to keyframes

  • add_force_field: Add force field to scene

  • set_rigid_body_constraint: Add constraints between objects

  • configure_world: Set up physics world settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
massNoObject mass in kg
frictionNoFriction coefficient (0-1)
operationNoPhysics operation typeenable_rigid_body
bouncinessNoBounciness/restitution (0-1)
object_nameNoName of object to apply physics to
physics_typeNoType of physics (RIGID_BODY, CLOTH, SOFT_BODY, FLUID)RIGID_BODY
damping_linearNoLinear damping
collision_shapeNoCollision shape type (MESH, BOX, SPHERE, etc.)MESH
damping_angularNoAngular damping
rigid_body_typeNoRigid body type (ACTIVE, PASSIVE)ACTIVE

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior2/5

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

Annotations provide no positive hints (readOnlyHint false, destructiveHint false, etc.), leaving the description to carry the burden of behavioral disclosure. The description lists operations like 'bake_physics' and 'add_force_field' but does not explain side effects, such as overwriting existing physics settings, modifying keyframes, or potentially non-reversible actions. For a mutation tool, this is a significant gap.

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 concise, structured bullet list. The opening sentence states the purpose, followed by a clear enumeration of operations. No wasted words; every line earns its place. It is front-loaded and easily scannable.

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?

Given the tool's complexity (10 parameters, 7 distinct operations) and no positive annotations, the description is minimally adequate but incomplete. It does not explain which parameters apply to which operations, whether operations are mutually exclusive, or any dependencies (e.g., object must exist). An output schema exists but is not shown; the description could still benefit from usage scenarios or operation-specific parameter notes.

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 coverage is 100% for all 10 parameters, so the baseline is 3. The description goes beyond schema by listing valid values for the 'operation' parameter (enable_rigid_body, enable_cloth, etc.) and implicitly maps operations to physics types. This adds meaningful context that the schema's generic 'Physics operation type' lacks, enhancing parameter understanding.

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 states a clear purpose: 'Enable and configure physics simulations for objects.' It then enumerates specific operations, distinguishing it from sibling tools like blender_particles or blender_modifiers. The verb 'enable/configure' plus resource 'physics simulations' is specific and unambiguous.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for physics-related tasks but does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or prerequisites. It lists operations but without context like 'use enable_rigid_body for rigid body dynamics' or 'bake for animation export.' This is implied guidance at best.

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

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/sandraschi/blender-mcp'

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