Skip to content

revyl_type

Type text into an input field. Optionally specify a target field (e.g. ‘email field’, ‘password input’).

Source

  • Kind: class-backed
  • Class: xyz.block.trailblaze.revyl.tools.RevylNativeTypeTool

Contract

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

Input schema

Required parameters

  • textString The text to type into the field.

Optional parameters

  • targetString Optional target field, described in natural language.
  • clearFirstBoolean If true, clear the field before typing.
  • 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.