List MCP Tool Names
AllowedTool values that route to MCP servers (vs harness-provided tools). Exposed primarily so the generated SDK includes the McpTool enum type — the frontend asserts its own MCP-tool classifier against this enum to prevent drift.
Response
Successful Response
Subset of AllowedTool values that represent MCP servers.
Single source of truth for which tool names route to MCPs (Linear,
Notion, ...) vs harness-provided tools (Read, Bash, ...). Values must
stay aligned with the matching AllowedTool members.
The frontend reads this enum's members via the generated SDK
(components['schemas']['McpTool']) to keep its own MCP-tool list in
sync with the backend — drift between this enum and the TS list is
asserted in mcpTools.test.ts.
Slack, Linear, GitHub, Confluence, Notion, Datadog, PagerDuty, Salesforce, Figma, Granola 
