Skip to content

tapOnPoint

Tap or long press on the UI at the provided coordinates.

Source

  • Kind: class-backed
  • Class: xyz.block.trailblaze.toolcalls.commands.TapOnPointTrailblazeTool

Contract

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

Input schema

Required parameters

  • xInteger The center X coordinate for the clickable element
  • yInteger The center Y coordinate for the clickable element

Optional parameters

  • longPressBoolean A standard tap is default, but return ‘true’ to perform a long press instead.
  • reasoningString

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.