Skip to main content
Glama

set_joint_positions

Assign target joint positions for a robot, using radians for revolute joints and meters for prismatic joints, then advance the simulation to observe the result.

Instructions

Set target joint positions on a robot via ArticulationAction.

Units: radians for revolute joints, meters for prismatic joints (e.g. gripper fingers). Use get_robot_info to discover joint names, types, and limits first. After calling this, use step_simulation to advance and observe the result — do not use play_simulation + sleep.

Args: prim_path: The prim path of the robot. joint_positions: List of target joint position values. joint_indices: Optional list of joint indices to set. Sets all joints if not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prim_pathYes
command_idNo
joint_indicesNo
idempotency_keyNo
joint_positionsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals units, the need to step simulation manually, and that omitting joint_indices sets all joints. It does not explain command_id or idempotency_key behavior, but the core behavioral context is well covered.

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 well structured: short intro, units, prerequisites, and an Args section. Every sentence adds value—no filler or repetition. It is appropriately sized for a tool with this many parameters and workflow constraints.

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

Completeness4/5

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

The description covers prerequisites, units, required parameters, optional parameters, and the correct post-call procedure. It omits explanation of command_id and idempotency_key, and does not describe return values, though an output schema exists. Given the complexity of robot control, this is very close to complete but has a few minor gaps.

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?

Schema description coverage is 0%, so the description must compensate. It explains prim_path, joint_positions, and joint_indices (including the default behavior), but fails to document command_id and idempotency_key, which appear in the schema without descriptions. Partial but not complete parameter coverage.

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 specific verb ('Set'), a specific resource ('target joint positions on a robot'), and the mechanism ('via ArticulationAction'). This clearly distinguishes it from siblings like get_joint_positions, set_joint_command, and set_joint_drive_config.

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

Usage Guidelines5/5

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

The description gives explicit workflow guidance: call get_robot_info first to discover joint names/types/limits, then step_simulation after setting, and explicitly warns not to use play_simulation + sleep. This tells the agent exactly when and how to use the tool versus alternatives.

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