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

Function description

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

Source from the content-addressed store, hash-verified

45 searchHint: 'return the final response as structured JSON',
46 maxResultSizeChars: 100_000,
47 async description(): Promise<string> {
48 return 'Return structured output in the requested format'
49 },
50 async prompt(): Promise<string> {
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 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected