Skip to contents

File I/O

Tools for reading and writing files with path scoping and size limits.

tool_read_file() read_file_tool()
Create a file reading tool
tool_write_file() write_file_tool()
Create a file writing tool

Database

Structured database queries with parameterized filters.

tool_query_sql() query_sql_tool()
Create a SQL query tool

Data Analysis

Tools for data profiling, calculation, and visualization.

tool_data_profile() data_profile_tool()
Create a data profiling tool
tool_calculator() calculator_tool()
Create a calculator tool
tool_plot() plot_tool()
Create a plot rendering tool

Web

HTTP fetch with domain allow-lists and rate limiting.

tool_fetch_url() fetch_url_tool()
Create a URL fetch tool

Documentation

R help documentation lookup.

tool_r_help() r_help_tool()
Create an R help documentation tool