Skip to content

compose_wait

Wait for a specified number of seconds before continuing. Use this when you need to wait for animations or async operations to complete.

Source

  • Kind: class-backed
  • Class: xyz.block.trailblaze.compose.driver.tools.ComposeWaitTool

Contract

  • Visible to LLM: yes (surface_to_llm: true)
  • Recordable: yes (is_recordable: true)
  • Host-only: no (requires_host: false)

Input schema

Optional parameters

  • secondsInteger Number of seconds to wait (e.g., 1, 2, 5). Maximum 30 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.