Skip to main content
Glama

nerf_synthetic_view_generator

Computes camera viewing rays and near/far bounds for NeRF novel viewpoint synthesis, ensuring zero floating-point drift.

Instructions

Computes camera viewing rays and near/far ray bounds for novel viewpoint synthesis in Neural Radiance Field (NeRF) pipelines with zero floating point drift. (0.050 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

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds 'zero floating point drift' (numerical determinism) and a cost disclosure ('0.050 USDC on Base L2'), which are useful, but it never states the required payload structure (camera pose, viewport, resolution), the output format, or failure behavior. For an unannotated tool, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with the core purpose front-loaded and the payment note appended as a separate clause. The cost disclosure could arguably belong in annotations, but it's relevant to invocation and doesn't bloat the text. Efficient and readable, with no wasted words.

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?

This is a domain-specific tool with a generic string payload and no output schema, so the description must carry substantial detail about input construction and expected results. It provides neither: an agent cannot determine what camera parameters or ray configuration the payload requires, nor what the computed rays and bounds look like. For a tool of this complexity, this is a major completeness gap.

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 the baseline is 3. The description adds domain context (what the tool computes with the payload), but it does not clarify the expected JSON payload fields (e.g., camera extrinsics, intrinsics, near/far plane hints), which would meaningfully help construct the input. It adds some value beyond the generic schema but doesn't fully compensate for the opaque 'Input parameters or JSON string payload' description.

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 uses a specific verb ('computes') with a clear resource ('camera viewing rays and near/far ray bounds') and scopes it to 'novel viewpoint synthesis in Neural Radiance Field (NeRF) pipelines'. This distinguishes it from ray-intersection siblings like raycast_triangle_intersection_fast, since this tool generates viewing geometry rather than testing intersections. It's clear but doesn't explicitly name or contrast any sibling, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description implies the tool is for NeRF novel-view synthesis, giving a context, but provides no explicit guidance on when to use it versus alternatives such as camera_intrinsics_projection_matrix or raycast_triangle_intersection_fast, and no exclusions or conditions. An agent is left to infer the selection criteria from the domain wording alone.

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