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

Function description

src/tools/WebSearchTool/WebSearchTool.ts:157–159  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

155 maxResultSizeChars: 100_000,
156 shouldDefer: true,
157 async description(input) {
158 return `Claude wants to search the web for: ${input.query}`
159 },
160 userFacingName() {
161 return 'Web Search'
162 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected