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

Function inputSchema

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected