STANDARD_TOOL_CATEGORIES
@forge/monorepo / backend/src / STANDARD_TOOL_CATEGORIES
Variable: STANDARD_TOOL_CATEGORIES
constSTANDARD_TOOL_CATEGORIES: readonly ["web","data","knowledge","general","files"]
Defined in: backend/src/tools/library/index.ts:89
The categories these tools use.
Exported because a host that preloads by category -- which is what a preload list is for -- otherwise has to
keep its own copy of this list, and a copy that misses one category silently hides every tool in it. That is
not hypothetical: the example app preloaded ["assistant", "mcp:…"], so all fifteen of these were registered,
authorized and invisible to the model, and the only symptom was the model declining to do things it appeared
to have tools for.