Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ outputSchema
Function
outputSchema
src/tools/TaskCreateTool/TaskCreateTool.ts:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
return
inputSchema()
60
},
61
get outputSchema(): OutputSchema {
62
return
outputSchema()
63
},
64
userFacingName() {
65
return
'TaskCreate'
66
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected