Skip to Content
AI ChatTools

AI Chat Tools

The Bioinformatics Studio AI Chat agent comes with 73 built-in tools across 13 categories. These tools allow the AI to interact with the filesystem, run code, search the web, query biological databases, manage tasks, and manipulate the workflow canvas.

How to Call Tools

Just ask the AI in plain English. The agent automatically picks the right tool based on your message. For example:

  • “Read the file at /app/data/counts.csv” → triggers read_file
  • “Search PubMed for CRISPR papers” → triggers query_entrez_database
  • “Add a Python node called Preprocess” → triggers canvas_add_node

Complete Tool Reference

File & Code

9 tools
run_commandExecutes a bash command and returns its output
read_fileReads a file with optional line range support
scan_fileGets a structural preview of a large file
edit_filePerforms exact string replacements in files
write_fileWrites content to a file on the filesystem
grep_searchSearches file contents using regex patterns
glob_findFinds files by glob pattern (e.g. **/*.py)
list_directoryLists directory contents with sizes and counts
notebook_editEdits or inserts cells in a Jupyter notebook
Last updated on