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 available ServerPod CLI commands.
Returns both:
- ServerPod built-in commands (run, migrate, generate, test, docker, cloud, analyze, format)
- Project-specific commands from the bin/ directory (if any)
Each command includes its name, description, category, and usage example.
''';