Skip to main content
Glama

create_ros2_joint_state_publisher

Creates a ROS 2 JointState publisher graph for a target robot prim in Isaac Sim, publishing joint states to a specified topic. Use preview mode to validate the setup before creating.

Instructions

Preview or create an IsaacReadJointState ROS 2 JointState publisher graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
previewNo
domain_idNo
command_idNo
graph_pathYes
topic_nameNo/joint_states
qos_profileNodefault
target_primYes
node_namespaceNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The 'Preview or create' phrasing does hint at a dual-mode behavior, which adds some value, but it fails to explain what preview actually does, whether graphs are replaced or appended, the role of idempotency_key/command_id, or networking implications like domain_id. For a creation tool with 9 parameters and zero annotation coverage, 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single 13-word sentence with the action verb front-loaded before the resource. It is compact and efficient with no filler. It loses a point because the dual-mode behavior is jammed into one phrase without any structural hint about the default (preview defaults to true), and the jargon term 'IsaacReadJointState' is unexplained.

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

Completeness1/5

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

For a tool with 9 parameters, 2 required inputs, no annotations, 0% schema description coverage, and a crowded sibling family of ROS 2 publisher tools, this one sentence is deeply inadequate. The output schema covers return values, but the description gives the agent almost nothing needed to call the tool correctly or judge its side effects. Required inputs, default behavior, and the preview/create distinction are all left unresolved.

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

Parameters1/5

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

Schema description coverage is 0%, so the description bears the full burden of explaining parameters. It explains none of the 9 parameters: preview, domain_id, command_id, graph_path, topic_name, qos_profile, target_prim, node_namespace, and idempotency_key are all undocumented in both the schema and the description. The required parameters graph_path and target_prim are never clarified, leaving the agent to guess what prim and path are expected.

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 names a specific action ('Preview or create') and a specific resource (an 'IsaacReadJointState ROS 2 JointState publisher graph'), which clearly identifies what the tool does. The graph type named distinguishes it from sibling publisher tools like create_ros2_clock_publisher or create_ros2_lidar_publisher, though not explicitly. It loses a point because the core resource largely restates the tool name.

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 given on when to use this tool versus alternatives. The sibling set contains several ROS 2 publisher creation tools (clock, tf, camera, lidar) and delete_ros2_workflow, but the description never states selection criteria, prerequisites (e.g., simulation running, stage loaded), or when preview should be used instead of create. There is no exclusionary or comparative guidance at all.

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