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 => '''
Search for text patterns in source code files.

Supports case-sensitive/insensitive search with regex patterns.
Returns matching lines with context.
''';