Skip to main content
Glama

Diagnose hardware environment

diagnose_hardware_environment
Read-only

Check TouchDesigner connectivity, display topology, and sensor status DATs for physical installation preflight. Returns PASS/WARNING/FAIL/UNVERIFIED checks without modifying the TD project.

Instructions

Read-only: check whether TouchDesigner is reachable, whether display/projector topology matches expectations, and whether generated sensor/helper status DATs such as source_status or bridge_status are healthy. This is a room/hardware preflight for physical installations; it returns PASS/WARNING/FAIL/UNVERIFIED checks without mutating the TD project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoSubset of hardware checks to run. Defaults to bridge + display, and also status_surfaces when status_paths is non-empty.
status_pathsNoOptional DAT paths containing generated status JSON, such as source_status or bridge_status.
expected_min_monitorsNoOptional minimum display/monitor count expected for the room/projector setup.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bridgeNo
checksYes
systemNo
overallYes
endpointYes
connectedYes
status_surfacesNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral context by confirming it does not mutate the project and detailing the return format (PASS/WARNING/FAIL/UNVERIFIED checks), which goes beyond the annotations.

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 compact at three sentences, front-loading the core action and providing necessary context without redundancy. Every sentence adds value.

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

Completeness5/5

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

Given the tool has a clear purpose, well-documented parameters with 100% schema coverage, annotations, and an output schema, the description provides all necessary context for an agent to decide when and how to use it.

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?

With 100% schema description coverage, all three parameters are already well-documented in the schema. The tool description does not add additional meaning to the parameters, so it meets the baseline expectation.

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 purpose: to check TouchDesigner reachability, display/projector topology, and status DAT health for physical installations. It distinguishes itself from other diagnostic tools by specifying it is a room/hardware preflight and that it returns PASS/WARNING/FAIL/UNVERIFIED checks without mutation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly frames the tool as a 'room/hardware preflight for physical installations,' which provides clear context for when to use it. However, it does not explicitly state when not to use it or compare it to alternatives like inspect_gpu_and_displays, though the purpose is distinct enough.

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