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

Function inputSchema

src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 return `Use this tool to return your final response in the requested structured format. You MUST call this tool exactly once at the end of your response to provide the structured output.`
52 },
53 get inputSchema(): InputSchema {
54 return inputSchema()
55 },
56 get outputSchema(): OutputSchema {
57 return outputSchema()
58 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected