Skip to main content
Glama

gltf_draco_mesh_quantizer

Quantize glTF/GLB assets with Draco geometry and Meshopt encoding to shrink file payloads up to 85%, optimizing for real-time spatial streaming.

Instructions

Applies Draco geometry quantization and Meshopt encoding to glTF/GLB assets, reducing file payload by up to 85% for real-time spatial streaming. (0.035 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.1/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 states the encoding operations but does not disclose whether the input asset is mutated or a new asset is returned, whether the operation is reversible, or any side effects such as texture loss or format changes. The payment mention (0.035 USDC) hints at a paid service but does not clarify authentication or rate limits. This is a significant gap for a processing tool.

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?

The description is two short sentences, front-loading the core function and the use context. The cost note is appended as a separate sentence and does not clutter the main purpose. It is efficient and avoids redundancy, though the payment detail could be considered optional. Overall, it is concise and well-structured.

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?

Given the tool's complexity (mesh processing with a payment requirement) and the absence of an output schema, the description is incomplete. It does not explain what the tool returns (e.g., compressed asset, metadata), what input format is expected (binary vs. text), or how the payment signature is used. An agent cannot reliably construct a correct call without additional context. The schema is generic and the description does not bridge the 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% (both parameters have descriptions), so the baseline is 3. However, the description adds no additional meaning about the parameters. The payload description is generic ('Input parameters or JSON string payload') and the tool name suggests it expects glTF/GLB data, but the description does not specify the payload format (e.g., base64, binary, path) or required fields. It does not compensate for the schema's vagueness, but since the schema is present, the score stays at the 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 clearly states a specific verb ('Applies'), a specific resource ('Draco geometry quantization and Meshopt encoding'), and the target asset type ('glTF/GLB assets'). It also communicates the benefit (payload reduction) and the use context (real-time spatial streaming). This differentiates it from siblings like optimize_3d_mesh (general optimization) and convert_gltf_to_obj (format conversion) without requiring schema inspection.

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 mentions a use case ('real-time spatial streaming') but does not explicitly state when to use this tool versus alternatives such as optimize_3d_mesh or validate_gltf_structure. It lacks guidance on prerequisites, input format restrictions, or when not to use it. The agent is left to infer that this is the right tool for Draco/Meshopt encoding, but no explicit routing or exclusions are given.

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