Skip to main content

wait_for_generation

Block until the feature's generation finishes, polling every 3 seconds, and return the final generation status.

info

This is an MCP / CLI convenience — there is no REST wait endpoint. Over raw HTTP, poll GET …/generation yourself. See Long-running operations.

Arguments

ArgumentTypeRequiredDescription
featurestringyesFeature id or name.
timeoutSecondsintegernoHow long to wait (default 120, max 170).
projectstringnoProject public id (defaults to the configured project).

Tool wait_for_generation{ "feature": "12", "timeoutSeconds": 170 }.

Result

The same payload as get_generation_status, taken when the generation left the generating state — or at the timeout.

warning

Timing out cancels nothing. If the result still says featureStatus: "generating", the pipeline is still working — call the tool again. Generations regularly outlast a single 170 s wait.