Skip to main content
Glama

Create Livox LiDAR bus

create_livox_lidar_bus

Create a Livox LiDAR adapter scaffold for TouchDesigner, featuring UDP, WebSocket, or file-replay ingest, 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
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, consistent with a 'create' operation. The description adds value by listing what the scaffold includes, but does not disclose side effects such as whether files are written, whether a new COMP is instantiated at parent_path, or whether existing components are modified.

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, front-loaded sentence that packs core features without waste. Every phrase adds meaningful information about what the scaffold contains.

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?

For a moderately complex tool with 9 parameters and no output schema, the description captures the high-level purpose but omits details about return values, preconditions, project placement, or how the scaffold is structured internally. The parameter defaults and ranges in the schema help, but the description alone would be insufficient for advanced use.

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 only 33%, so the description must compensate. It loosely maps to parameters via 'UDP/WebSocket/file-replay ingest' (adapter_mode) and 'zone maps' (zone_count), but leaves many parameters (active, server_url, receive_port, device_address, point_rate_hint) unexplained beyond schema defaults.

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 the tool's verb ('Create') and resource ('Livox LiDAR adapter scaffold'), and enumerates specific components (ingest modes, point-stream schema, zone maps, calibration notes). It distinguishes itself from sibling lidar bus tools by specifying Livox as the target hardware.

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?

The description implies usage when creating a Livox LiDAR adapter within TouchDesigner, but provides no explicit when-to-use or alternative guidance. It does not mention similar tools for other lidar types (e.g., Ouster, Hokuyo) or when file_replay vs UDP would be preferred.

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/lucasmaher-hash/touch-designer-mcp'

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