project_scatter_entities
Category: project
Privileged/internal raw Project Graph write: scatter many template entities across a region with deterministic seeded placement. Use when: Use for mass procedural placement (foliage, rocks, props, crowds) up to 100000 per call. The same seed always reproduces identical placements. template is { components } or { prefab }; region is box | disc | polygon; distribution is uniform | jitter | cluster. Writes are chunked server-side through canonical transactions and the response is a compact receipt with the created count and key range. Do not use when: Do not use from normal MCP/AI authoring when a semantic or package tool can express the edit. Expected response time: sync, O(count) server-side Token cost: low.
Output: JSON text content from the canonical service adapter.
Input schema
Expand to load the generated JSON schema.