Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ inputSchema
Function
inputSchema
src/tools/BriefTool/BriefTool.ts:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
return
''
144
},
145
get inputSchema(): InputSchema {
146
return
inputSchema()
147
},
148
get outputSchema(): OutputSchema {
149
return
outputSchema()
150
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected