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

Function inputSchema

src/tools/ScheduleCronTool/CronCreateTool.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 maxResultSizeChars: 100_000,
60 shouldDefer: true,
61 get inputSchema(): InputSchema {
62 return inputSchema()
63 },
64 get outputSchema(): OutputSchema {
65 return outputSchema()
66 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected