Docs / Agent tools
Agent tools
Files & commands (local)
Tool What it does list_filesBrowse the workspace folder structure read_fileRead a file create_or_update_fileCreate or fully rewrite a file patch_fileSurgical edit (find/replace a fragment) delete_fileDelete a file run_commandRun a shell command web_searchWeb search (requires a Tavily key)
Servers (SSH)
Tool What it does ssh_execRun a command on a connected server remote_list_filesBrowse files on a server remote_upload_fileUpload a file to a server remote_download_fileDownload a file from a server
Parallel execution
Independent operations (file reads, searches) run in parallel — noticeably speeding up long runs. Mutating operations (writes, deletes, commands) are strictly sequential.