Skip to main content
Glama

create_ros2_lidar_publisher

Publishes simulated LiDAR data as ROS2 point cloud topics from an existing LiDAR prim, configuring frame, topic, QoS, and namespace for robotics workflows.

Instructions

Preview or create a ROS2RtxLidarHelper publisher for an MCP RTX LiDAR runtime.

The LiDAR prim must first be created with create_lidar. Its owned render product is resolved automatically; render_product_path is an explicit override for externally-created render products.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
previewNo
frame_idNosim_lidar
domain_idNo
command_idNo
graph_pathYes
lidar_typeNopoint_cloud
topic_nameNo/lidar/points
qos_profileNosensor_data
node_namespaceNo
idempotency_keyNo
lidar_prim_pathYes
use_system_timeNo
render_product_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does add useful context: the tool has preview/create dual behavior, depends on a previously created LiDAR prim, automatically resolves the owned render product, and supports an explicit override. However, it does not disclose side effects of creation, whether preview is non-mutating, or what happens to existing publishers, topics, or runtime state.

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 compact and front-loaded with the main action. The first sentence states what the tool does, and the second sentence provides a key dependency and override behavior without filler. Some terminology could be clearer, but the length is appropriate and every sentence contributes useful information.

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

Completeness2/5

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

For a 13-parameter creation tool with no annotations and 0% schema parameter coverage, the description is incomplete. It covers a prerequisite and one override but omits the meaning of most parameters and does not explain what preview versus create actually does in practical terms. The presence of an output schema mitigates missing return-value details, but not the large parameter and behavior gaps.

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

Parameters2/5

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

Schema description coverage is 0% and there are 13 parameters, so the description must compensate. It adds meaning for only two parameters: lidar_prim_path (must exist, created by create_lidar) and render_product_path (explicit override for external render products). The remaining parameters such as preview, domain_id, topic_name, qos_profile, node_namespace, frame_id, and lidar_type receive no semantic explanation.

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 ('ROS2RtxLidarHelper publisher' for an MCP RTX LiDAR runtime). It is distinguishable from sibling ROS2 publishers (clock, TF, camera, joint state) because it is explicitly LiDAR-focused. The mention of create_lidar and render_product_path makes the tool's domain concrete, though the runtime naming is somewhat jargon-heavy.

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?

It provides a clear prerequisite: the LiDAR prim must first be created with create_lidar. It also explains when render_product_path is relevant as an override for externally-created render products. However, it does not state when to choose this tool over sibling ROS2 publisher tools or when preview should be used instead of create, leaving some routing decisions implicit.

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