description property
Tool description for AI agents
Should clearly explain what the tool does and when to use it.
Implementation
@override
String get description => '''
Read ServerPod YAML configuration files (development.yaml, production.yaml, etc.)
Returns parsed configuration as JSON. Useful for understanding service setup,
database connections, Redis configuration, and server ports.
''';