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 detailed information about an endpoint's methods:
- Method names
- Parameter types and names
- Return types

Pass the endpoint name (e.g., 'greeting', 'emailIdp').
''';