description property
Tool description for AI agents
Should clearly explain what the tool does and when to use it.
Implementation
@override
String get description => '''
List all migration files in the ServerPod project.
Returns migration file names, paths, timestamps, and table changes.
Useful for understanding database evolution history.
''';