MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/tools/ToolSearchTool/ToolSearchTool.ts:316–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 name: TOOL_SEARCH_TOOL_NAME,
315 maxResultSizeChars: 100_000,
316 async description() {
317 return getPrompt()
318 },
319 async prompt() {
320 return getPrompt()
321 },

Callers

nothing calls this directly

Calls 1

getPromptFunction · 0.70

Tested by

no test coverage detected