Tools¶
Dial Code includes 25+ built-in tools for interacting with your system.
Tool Categories¶
File System¶
Read, write, edit, search, and navigate files.
MCP Integration¶
Connect external tools via Model Context Protocol.
Quick Reference¶
File Operations¶
| Tool | Description | Confirmation |
|---|---|---|
read_file |
Read file contents | No |
write_file |
Create/modify files | Yes |
edit |
Smart code editing | Yes |
list_directory |
List directory | No |
glob |
Find files by pattern | No |
grep |
Search file contents | No |
Execution¶
| Tool | Description | Confirmation |
|---|---|---|
run_shell_command |
Execute shell commands | Yes |
Web¶
| Tool | Description | Confirmation |
|---|---|---|
web_fetch |
Fetch URL contents | No |
web_search |
Search the web | No |
Memory¶
| Tool | Description | Confirmation |
|---|---|---|
save_memory |
Store persistent context | No |
todo_write |
Track tasks | No |
Viewing Tools¶
List all available tools:
Using Tools¶
Automatic¶
Dial Code automatically selects tools based on your request:
File References¶
Use @ to reference files:
Shell Passthrough¶
Use ! for direct shell access:
Tool Safety¶
Confirmation Required¶
Potentially destructive tools require approval:
- File modifications (
write_file,edit) - Shell commands (
run_shell_command)
Sandbox Mode¶
Enable sandboxing for additional safety:
Next Steps¶
- File System - File operations
- Shell - Command execution
- MCP - External tools