Skip to main contentTools
Tools are the capabilities your AI coding agent uses to accomplish tasks.
File Operations
view - Read file contents
create - Create new files
str_replace - Edit existing files
Execution
bash - Run shell commands
write_bash - Send input to commands
read_bash - Read command output
Navigation
search_code - Find code patterns
list_directory - Browse directories
A24Z tracks for each tool:
Performance:
- Average execution time
- Success rate
- Error rate
Usage:
- Execution count
- Usage frequency
- Usage patterns
The percentage of executions that succeed:
- >90% - Excellent
- 80-90% - Good
- <80% - Needs attention
For low success rates:
- Review error logs
- Check prompt clarity
- Verify tool usage is appropriate
- Consult tool documentation
Choose the right tool:
view for reading (not bash cat)
str_replace for editing (surgical)
bash for complex operations
Next Steps