* Gets a pre-execution description of the tool operation. * @returns A markdown string describing what the tool will do.
()
| 27 | * @returns A markdown string describing what the tool will do. |
| 28 | */ |
| 29 | getDescription(): string; |
| 30 | |
| 31 | /** |
| 32 | * Determines what file system paths the tool will affect. |
no outgoing calls
no test coverage detected