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 => '''
Get file tree structure of the ServerPod project.

Returns a hierarchical tree of files and directories.
Useful for understanding project organization and finding files.
''';