Const
Readonly
gth_jira_log_work: "#src/tools/gthJiraLogWorkTool.js"Tool allowing to log work against a specific Jira issue. Needs JIRA_CLOUD_ID, JIRA_USERNAME and JIRA_API_PAT_TOKEN environment variables
Readonly
gth_sequential_thinking: "#src/tools/gthSequentialThinkingTool.js"Sequential thinking. LLM can use this as a scratchpad for thinking.
Readonly
gth_status_update: "#src/tools/gthStatusUpdateTool.js"Reference tool. Simply prints provided argument to the screen.
Readonly
gth_web_fetch: "#src/tools/gthWebFetchTool.js"Web fetch tool.
Available built-in tools may be configured in JSON config, see
builtInTools
of GthConfig.Does not include
filesystem
, because filesystem has its own config in GthConfig.