description property

  1. @override
String get description
override

Tool description for AI agents

Should clearly explain what the tool does and when to use it.

Implementation

@override
String get description => '''
Read ServerPod log files with filtering options.

Supports:
- Reverse reading (newest entries first, like tail -n)
- Multi-line entry detection
- Log level filtering (INFO, WARNING, ERROR, ALL)
- Regex pattern filtering
- Multiple log files (uses glob patterns)
''';