Skip to main content
Glama

set_physics_params

Configure Isaac Sim PhysX scene parameters: set gravity, physics time step, and enable GPU dynamics. Validates time step, applies changes transactionally, and rolls back on failure.

Instructions

Atomically configure Isaac Sim 6 PhysX scene parameters.

The timeline must be stopped. time_step must be within [0.0001, 1.0] seconds and map to an integer PhysX steps-per-second value (for example, 1/60 or 1/120). Isaac Sim's Stage time codes and minimum simulation frame-rate are synchronized to that rate. Enabling GPU physics selects GPU dynamics and GPU broadphase; disabling it selects MBP broadphase. This does not change the launcher-controlled physics GPU ordinal. Success includes both USD and runtime read-back; failed application is rolled back as one transaction.

Args: gravity: Gravity vector [x, y, z]. time_step: Physics time step in seconds. gpu_enabled: Enable or disable GPU dynamics and matching broadphase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gravityNo
time_stepNo
command_idNo
gpu_enabledNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It goes well beyond the minimum by revealing atomicity, rollback on failure, USD/runtime read-back verification, synchronization of stage time codes, and the caveat that the launcher-controlled GPU ordinal is unchanged. This is exemplary behavioral transparency.

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 dense but every sentence earns its place: atomicity, preconditions, valid ranges, broadphase behavior, and rollback semantics. The first sentence states the core purpose immediately, and the Args section cleanly maps parameters to explanations.

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

Completeness5/5

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

This is a complex mutation tool with no annotations, but the description covers all critical operational aspects: when it can be called, valid inputs, side effects, failure behavior, and what success means. An output schema exists, so the absence of return-value detail is not a gap. The only minor omission is the purpose of command_id and idempotency_key, but this doesn't undermine safe invocation.

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 must compensate. It adds real meaning for gravity, time_step, and gpu_enabled, including value ranges and side effects. However, command_id and idempotency_key remain undocumented in both schema and description, leaving a partial gap.

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

Purpose4/5

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

The description clearly identifies a specific verb and resource: 'Atomically configure Isaac Sim 6 PhysX scene parameters.' It names the key affected settings (gravity, time_step, gpu_enabled), making the purpose clear. However, it does not explicitly differentiate itself from physics-related siblings like create_physics_scene or configure_physics_body.

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

Usage Guidelines4/5

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

The description provides clear operational context: the timeline must be stopped, time_step must satisfy specific constraints, and GPU vs MBP broadphase behavior is spelled out. It does not explicitly discuss when to choose this tool over alternatives, but the prerequisites and constraints give an agent enough context to use it correctly.

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

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/Tim0320/IsaacSim-MCP'

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