STANDARD_TOOL_NAMES
@forge/monorepo / backend/src / STANDARD_TOOL_NAMES
Variable: STANDARD_TOOL_NAMES
constSTANDARD_TOOL_NAMES: readonly ["fetch_url","fetch_json","web_search","http_request","http_write","parse_csv","query_json","sql_query","sql_schema","search_knowledge","read_attachment","list_attachments","read_document","now","calculate","fs_read","fs_list","fs_search","fs_write","shell_exec"]
Defined in: backend/src/tools/library/index.ts:55
Every tool this library can produce.
A closed list so exclude is checked against it: a typo in an exclusion is otherwise a tool that stays enabled
and a deployment that believes it is off.