Skip to main content
Glama

Create Livox LiDAR bus

create_livox_lidar_bus

Set up a Livox LiDAR adapter scaffold in TouchDesigner with UDP, WebSocket, or file-replay ingest, including point-stream schema, zone maps, and calibration notes.

Instructions

Create a Livox LiDAR adapter scaffold with UDP/WebSocket/file-replay ingest, point-stream schema, zone maps, and calibration notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.livox_lidar_bus
activeNo
server_urlNows://127.0.0.1:56000
zone_countNo
parent_pathNoParent COMP for the Livox scaffold./project1
adapter_modeNoudp_json
receive_portNo
device_addressNoLivox device or adapter host.192.168.1.50
point_rate_hintNo
Behavior4/5

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

Annotations already indicate this is a non-read-only, non-destructive create operation. The description adds behavioral context by specifying what the scaffold includes (ingest modes, schema, zone maps, calibration notes), which goes beyond the annotations. It does not mention potential side effects like overwriting an existing node with the same name, but the scaffold contents are useful disclosure.

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 single, well-structured sentence that front-loads the core action ('Create a Livox LiDAR adapter scaffold') and then lists key features in a compact enumeration. No wasted words or repetition.

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?

The description communicates what the scaffold includes, which is helpful for a create tool with no output schema. However, it lacks details about the scaffold's integration into the project (e.g., how parent_path affects placement), what the defaults do (e.g., default server_url), and any caveats about existing nodes. Given nine parameters and no output schema, the description could be more thorough.

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 only 33% (three of nine parameters have descriptions). The description mentions UDP/WebSocket/file-replay ingest (mapping to adapter_mode) and zone maps (zone_count), but does not clarify the remaining parameters like receive_port, point_rate_hint, active, or server_url. With low schema coverage, the description should compensate more thoroughly but only partially does.

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 clearly states a specific action ('Create a Livox LiDAR adapter scaffold') and enumerates concrete contents (UDP/WebSocket/file-replay ingest, point-stream schema, zone maps, calibration notes). This distinguishes it from sibling LiDAR bus tools like create_ouster_lidar_bus or create_hokuyo_lidar_bus.

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?

Usage is implied by the tool name and description: it is for creating a Livox LiDAR adapter. However, there is no explicit guidance on when to use this versus alternative LiDAR bus tools, nor any exclusion criteria. The massive sibling list makes explicit differentiation valuable, but the name suffices to infer the intended scenario.

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

Install Server

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/Pantani/tdmcp'

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