neko_upload_file
Upload files to file input elements using either direct index of an input element or trigger index of a button that opens a file chooser dialog.
Instructions
Upload file(s) to a file input element. Two modes: (1) Specify "index" for a direct element, or (2) Specify "trigger_index" for a button that opens a file chooser dialog. If both are given, "index" takes priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | data-mcp-index of <input type="file"> element (direct mode) | |
| file_paths | Yes | Absolute path(s) of file(s) to upload | |
| trigger_index | No | data-mcp-index of button that opens file chooser dialog (dialog mode) |