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

Function inputSchema

src/tools/ScheduleCronTool/CronDeleteTool.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 maxResultSizeChars: 100_000,
39 shouldDefer: true,
40 get inputSchema(): InputSchema {
41 return inputSchema()
42 },
43 get outputSchema(): OutputSchema {
44 return outputSchema()
45 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected