wait¶
Wait for a specified amount of time. Use when you see a loading screen — prefer this over pressing the back button.
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.toolcalls.commands.WaitForIdleSyncTrailblazeTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Optional parameters¶
timeToWaitInSeconds—IntegerUnit: seconds. Default Value: 5 seconds.
Output¶
Returns: string (opaque text content)
Typed result schemas (kind: query | action, MCP structuredContent) are not yet carried by the resolved manifest — this section will gain detail when that lands.