MCPcopy Index your code
hub / github.com/anus-dev/ANUS / getDescription

Method getDescription

packages/core/src/tools/tools.ts:29–29  ·  view source on GitHub ↗

* Gets a pre-execution description of the tool operation. * @returns A markdown string describing what the tool will do.

()

Source from the content-addressed store, hash-verified

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.

Callers 10

web-search.test.tsFile · 0.65
read-file.test.tsFile · 0.65
edit.test.tsFile · 0.65
ls.test.tsFile · 0.65
grep.test.tsFile · 0.65
runToolMethod · 0.65
#resolvePromptMethod · 0.65
handleAtCommandFunction · 0.65
mapToDisplayFunction · 0.65

Implementers 3

TestToolInvocationpackages/core/src/tools/tools.test.ts
EditToolInvocationpackages/core/src/tools/edit.ts
WriteFileToolInvocationpackages/core/src/tools/write-file.ts

Calls

no outgoing calls

Tested by

no test coverage detected