inputText¶
Type characters into the currently focused text field. - NOTE: If the text field is not focused, tap on it first. - NOTE: If the field already contains text you want to replace, use eraseText first. - NOTE: After typing, consider closing the soft keyboard to avoid issues with the app.
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.toolcalls.commands.InputTextTrailblazeTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Required parameters¶
text—StringThe text to match on. This is required. NOTE:- The text can be a regular expression.
- If more than one view matches the text, other optional properties are required to disambiguate.
Optional parameters¶
reasoning—StringhideKeyboardAfter—Boolean
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.