MCPcopy
hub / github.com/codeaashu/claude-code / getActivityDescription

Function getActivityDescription

src/tools/WebFetchTool/WebFetchTool.ts:85–88  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

83 },
84 getToolUseSummary,
85 getActivityDescription(input) {
86 const summary = getToolUseSummary(input)
87 return summary ? `Fetching ${summary}` : 'Fetching web page'
88 },
89 get inputSchema(): InputSchema {
90 return inputSchema()
91 },

Callers

nothing calls this directly

Calls 1

getToolUseSummaryFunction · 0.70

Tested by

no test coverage detected