Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- get_config — Read the full server config as JSON.
- set_config_value — Set one config key, including allowed directories.
- start_process — Start a program and detect when it is ready for input.
- interact_with_process — Send commands to a running program.
- read_process_output — Read output from a running process.
- force_terminate — Terminate a running process.
- list_sessions — List active process sessions.
- list_processes — List processes on the machine.
- kill_process — Kill a process by id.
- read_file — Read a local file or URL, including Excel and PDF, paginated.
- read_multiple_files — Read several files at once.
- write_file — Rewrite or append to a file.
- write_pdf — Write a PDF file.
- create_directory — Create a directory.
- list_directory — List a directory.
- move_file — Move or rename a file.
- start_search — Start a streaming search by file name or content.
- get_more_search_results — Page through search results.
- stop_search — Stop a running search.
- list_searches — List running searches.
- get_file_info — Metadata for one file.
- edit_block — Targeted text replacement, including Excel cell ranges.
- get_usage_stats — Usage statistics for the server.
- get_recent_tool_calls — Recent tool calls made through the server.