spatial_prepare_screenshot_crop_manifest
Writes local prop crops from detected items or reconstruction plans, updates image-to-model handoffs, and returns updated JSON for Tripo generation batch planning.
Instructions
Write local prop crops for screenshot-driven Tripo image generation.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
This local tool accepts either detected_items_json plus a local reference image, or a screenshot reconstruction result with crop_tasks. It writes one PNG per crop box, updates image-to-model handoffs to real file paths, and returns an updated reconstruction JSON payload for the Tripo generation batch planner.
Example: spatial_prepare_screenshot_crop_manifest(reconstruction_plan_json="")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| overwrite | No | ||
| image_size | No | ||
| padding_px | No | ||
| min_crop_px | No | ||
| crop_output_dir | No | Saved/MCPChat/spatial_crops | |
| reference_image | No | ||
| detected_items_json | No | ||
| reconstruction_plan_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |