tool_type_text
Input text into a specific window without global keystrokes; uses window-targeted messages so it can run while the user types, but may bring that window to the foreground.
Instructions
Type a text string into a window character-by-character (window-targeted PostMessage, not global keystrokes). MUTATING (soft): serialized across agent sessions; no physical input is injected so it can run while the user types — but the window may be RAISED to foreground, so avoid typing into a window the user is currently working in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hwnd | No | ||
| text | No | ||
| title | No | ||
| delay_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||