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 file content from the ServerPod project.
Returns the full content of the specified file.
Useful for examining source code, config files, etc.
''';