TypeTextTool
Inserts text at the cursor via InputConnection.commitText. Requires the droid-mcp IME to be active with an editor focused, else imeNotActiveError. Output on success: success (true) and the inserted length; a false return from commitText (e.g. the connection was invalidated mid-call) surfaces as an error.