description property

  1. @override
String get description
override

Tool description for AI agents

Should clearly explain what the tool does and when to use it.

Implementation

@override
String get description => '''
Get database schema information by parsing migration files.

Returns table definitions, columns, indexes, and foreign keys found in migration files.
Note: This parses migration files but does not connect to the actual database.
''';