description property
Tool description for AI agents
Should clearly explain what the tool does and when to use it.
Implementation
@override
String get description => '''
Get comprehensive ServerPod application information including:
- Dart SDK version
- ServerPod version
- Database configuration
- All endpoints with their methods
- All protocol models
- Project paths
Use this tool at the start of each conversation to understand the project.
''';