Skip to main content
Glama

Connect UWB anchor bus

connect_uwb_anchor_bus

Set up a UWB RTLS scaffold in TouchDesigner with anchor maps, sanitized tag positions, spatial policy, and privacy notes. Configure tags, zones, and adapter for websocket, HTTP, or manual feeds.

Instructions

Create a UWB RTLS scaffold with sanitized tag positions, anchor maps, spatial policy, adapter source, and tag-privacy notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.uwb_anchor_bus
activeNo
tag_countNo
zone_countNo
adapter_urlNows://127.0.0.1:9086/uwb
parent_pathNoParent COMP for the UWB scaffold./project1
space_labelNotracked_space
adapter_modeNowebsocket_json
anchor_countNo
position_unitsNometers
Behavior3/5

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

Annotations already indicate it is a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds context by naming the scaffold components, but it does not disclose side effects such as modifications to the parent COMP or network connections, leaving the openWorldHint unelaborated.

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 sentence with no wasted words, front-loading the action and listing components efficiently. It is appropriately concise for a high-level purpose statement.

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 tool with 10 parameters and no output schema, this one-sentence description is insufficient. It leaves key terms like 'sanitized tag positions' and 'spatial policy' undefined, and does not explain what the scaffold does or what the result looks like. The complexity demands more detail.

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 20% (name and parent_path), so the description should compensate for the other 8 parameters. It vaguely references concepts like adapter source and spatial policy, but does not explain parameter meanings, defaults, or how they affect the scaffold, failing to bridge the gap.

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 states a clear action ('Create') and resource ('UWB RTLS scaffold'), listing specific components like sanitized tag positions, anchor maps, and spatial policy. This distinguishes it from generic create tools, though it does not explicitly compare it to sibling tools.

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 the tool is used to create a UWB RTLS scaffold, giving a basic use case. However, it provides no guidance on when to choose this over alternatives, no prerequisites, and no exclusions or when-not-to-use scenarios.

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