Skip to main content
Glama

Create Orbbec depth silhouette

create_orbbec_depth_silhouette

Builds a depth silhouette scaffold for Orbbec/Kinect sources, with synthetic/file fallbacks and stable silhouette_out and depth_preview TOPs. Includes hardware/SDK validation warnings.

Instructions

Create an Orbbec/Kinect-compatible depth silhouette scaffold with synthetic/file fallbacks, stable silhouette_out and depth_preview TOPs, and explicit hardware/SDK validation warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.orbbec_depth_silhouette
activeNoStart device/file source active where supported.
invertNoInvert the silhouette mask.
smoothNoBlur size for mask smoothing.
sourceNoDepth source path. Synthetic is the offline-safe default.synthetic
movie_fileNoMovie/depth file for source=file.
parent_pathNoParent COMP for the Orbbec silhouette./project1
far_thresholdNoFar depth cutoff.
near_thresholdNoNear depth cutoff.
source_top_pathNoExisting TOP path to select instead of creating a device/file source.
Behavior3/5

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

Annotations already indicate non-read-only, non-destructive behavior. The description adds useful context about scaffold creation, fallback sources, stable TOP outputs, and validation warnings, but it does not disclose side effects, required SDKs, or failure modes. It is adequate but not comprehensive.

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 dense sentence that front-loads the verb and packs four distinct value-adds (type, compatibility, fallbacks, outputs, warnings) with no wasted words. Every clause earns its place.

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 tool with 10 parameters and no output schema, the description gives a helpful summary but omits important context like prerequisites (Orbbec SDK, Kinect hardware) and the precise network structure created. The rich schema and annotations partly cover these gaps, but the description alone leaves some ambiguity.

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?

Input schema covers 100% of parameters with descriptions, so the baseline is 3. The description does not add parameter-specific guidance beyond the schema; it mentions fallbacks and output TOPs, but these are already embedded in the param descriptions (e.g., source default 'synthetic'). No extra value above baseline.

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 uses a specific verb ('Create') and resource ('Orbbec/Kinect-compatible depth silhouette scaffold'), and further distinguishes itself with unique attributes: synthetic/file fallbacks, stable silhouette_out and depth_preview TOPs, and explicit hardware/SDK validation warnings. This clearly separates it from generic depth tools like create_depth_silhouette.

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 use for Orbbec/Kinect depth scenarios and mentions fallbacks, but it does not explicitly state when to use this tool over siblings like create_depth_silhouette, nor does it provide when-not-to-use conditions or alternatives. The context is clear enough for an informed agent, but there is no explicit guidance.

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