description property
Tool description for AI agents
Should clearly explain what the tool does and when to use it.
Implementation
@override
String get description => '''
Find files by pattern or name in the ServerPod project.
Supports glob patterns for flexible searching.
Useful for locating specific files or file types.
''';