Skip to main content
Glama

pointcloud_icp_rigid_registration

Align two unorganized 3D point clouds using Iterative Closest Point with robust Tukey loss weighting to filter noisy scan outliers for rigid registration.

Instructions

Iterative Closest Point (ICP) algorithm aligning two unorganized 3D point clouds with robust Tukey loss weighting to filter noisy scan outliers. (0.045 USDC on Base L2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesInput parameters or JSON string payload for the tool execution
paymentSignatureNoBase L2 USDC micropayment signature or transaction hash for x402 settlement

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden. It does mention the algorithm and robust loss weighting, which is helpful, but it omits crucial behavior such as what the tool returns, convergence behavior, coordinate system assumptions, or limitations. The payment amount is disclosed, but the operational output is not.

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 core behavior is front-loaded in one sentence, with the payment cost appended as a separate concise clause. Every sentence adds relevant information and there is no filler.

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 complex computational tool with no output schema and only an opaque payload string, the description is not complete enough for an agent to invoke it correctly. The agent is left without field-level input guidance, expected return format, or important constraints such as rigid transform assumptions and convergence behavior.

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 100%, so baseline is 3. The tool description adds that the payload concerns two point clouds, but it still does not explain the expected JSON structure, how the clouds should be encoded, or what parameters are supported beyond the generic payload string.

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 identifies a specific operation: iterative closest point alignment of two unorganized 3D point clouds using a robust Tukey loss weighting. It is distinguishable from the sibling 3D tools, none of which perform ICP registration.

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 for aligning two unorganized point clouds, but it does not specify when to prefer this over alternatives or when not to use it. No sibling comparison or exclusion criteria are provided.

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

Deploy Server

Other Tools