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

Function inputSchema

src/tools/NotebookEditTool/NotebookEditTool.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 return summary ? `Editing notebook ${summary}` : 'Editing notebook'
108 },
109 get inputSchema(): InputSchema {
110 return inputSchema()
111 },
112 get outputSchema(): OutputSchema {
113 return outputSchema()
114 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected