/** * Canonical MCP tool manifest — the single source of truth for what this * server advertises. * * Counts (pinned and enforced by src/__tests__/tool-drift.test.ts): * - 42 tools total are DEFINED here. * - Every defined tool has a 1:1 handler `case` in src/mcp/handlers.ts * (no advertised-but-unimplemented tool, no hidden handler). * - 10 of the 42 are TEAM_TOOL_NAMES (see tool-modes.ts), gated behind * FORGEOS_TEAM_MODE. * - Default (single-tenant) servers ADVERTISE 32 tools via * visibleTools(TOOLS); opting into FORGEOS_TEAM_MODE surfaces all 42. * * Any add/remove is a deliberate change: update tool-drift.test.ts's pinned * list in the same commit so the canonical set never silently drifts from what * a deployed build advertises. */ export declare const TOOLS: ({ name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; developer_id: { type: "string"; description: string; }; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; title: { type: "string"; description: string; }; description: { type: "string"; description: string; }; priority: { type: "string"; enum: string[]; description: string; }; developer_id?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; initiative_id: { type: "string"; description: string; }; description: { type: "string"; description: string; }; files_changed: { type: "array"; items: { type: "string"; }; description: string; }; modules_affected: { type: "array"; items: { type: "string"; }; description: string; }; branch: { type: "string"; description: string; }; helpspot_ticket_ids: { type: "array"; items: { type: "string"; }; description: string; }; crashlytics_issue_ids: { type: "array"; items: { type: "string"; }; description: string; }; github_pr_numbers: { type: "array"; items: { type: "integer"; }; description: string; }; memory_refs: { type: "array"; items: { type: "string"; }; description: string; }; wall_failure_refs: { type: "array"; items: { type: "string"; }; description: string; }; area_checklist_updates: { type: "array"; items: { type: "string"; }; description: string; }; simdrive_recording_ids: { type: "array"; items: { type: "string"; }; description: string; }; developer_id?: undefined; title?: undefined; priority?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { role: { type: "string"; enum: string[]; description: string; }; project_id: { type: "string"; description: string; }; team_id: { type: "string"; description: string; }; modules_affected: { type: "array"; items: { type: "string"; }; description: string; }; files_changed: { type: "array"; items: { type: "string"; }; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; type: { type: "string"; enum: string[]; description: string; }; summary: { type: "string"; description: string; }; file_refs: { type: "array"; items: { type: "string"; }; description: string; }; metadata: { type: "object"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; area: { type: "string"; description: string; }; since: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; role: { type: "string"; description: string; enum?: undefined; }; status: { type: "string"; enum: string[]; description: string; }; notes: { type: "string"; description: string; }; findings: { type: "array"; items: { type: "object"; properties: { category: { type: "string"; }; severity: { type: "string"; enum: string[]; }; observation: { type: "string"; }; recommendation: { type: "string"; }; }; required: string[]; }; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; gate_id: { type: "string"; enum: string[]; description: string; }; promoted_by: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { team_id: { type: "string"; description: string; }; context: { type: "string"; description: string; }; domain: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { team_id: { type: "string"; description: string; }; domain: { type: "string"; description: string; }; observation_type: { type: "string"; enum: string[]; description: string; }; content: { type: "string"; description: string; }; confidence: { type: "number"; description: string; }; tags: { type: "array"; items: { type: "string"; }; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { initiative_id: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { name: { type: "string"; description: string; }; description: { type: "string"; description: string; }; platform: { type: "string"; enum: string[]; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: never[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { languages: { type: "array"; items: { type: "string"; }; description: string; }; ci_tools: { type: "array"; items: { type: "string"; }; description: string; }; test_frameworks: { type: "array"; items: { type: "string"; }; description: string; }; team_size: { type: "number"; description: string; }; repo_type: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: never[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; preset: { type: "string"; description: string; }; custom_template: { type: "object"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { template_id: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: never[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { org_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; gate_id: { type: "string"; description: string; enum?: undefined; }; artifacts: { type: "array"; items: { type: "object"; properties: { id: { type: "string"; }; type: { type: "string"; }; status: { type: "string"; }; version: { type: "string"; }; content_path: { type: "string"; }; }; required: string[]; }; description: string; }; audience: { type: "string"; enum: string[]; description: string; }; approver_id: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { org_id: { type: "string"; description: string; }; gate_id: { type: "string"; description: string; enum?: undefined; }; artifact_authors: { type: "object"; description: string; }; approver_id: { type: "string"; description: string; }; approver_role: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; artifacts?: undefined; audience?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { work_description: { type: "string"; description: string; }; developer_id: { type: "string"; description: string; }; project_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: never[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; outcome: { type: "string"; enum: string[]; description: string; }; summary: { type: "string"; description: string; }; files_changed: { type: "array"; items: { type: "string"; }; description: string; }; modules_affected: { type: "array"; items: { type: "string"; }; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; source: { type: "string"; enum: string[]; description: string; }; wall: { type: "string"; enum: string[]; description: string; }; severity: { type: "string"; enum: string[]; description: string; }; description: { type: "string"; description: string; }; reviewer_ids: { type: "array"; items: { type: "string"; }; description: string; }; changeset_id: { type: "string"; description: string; }; area: { type: "string"; description: string; }; cluster_tag: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; area: { type: "string"; description: string; }; wall: { type: "string"; enum: string[]; description: string; }; status: { type: "string"; enum: string[]; description: string; }; cluster_tag: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; since?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; severity?: undefined; reviewer_ids?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; wall_failure_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; fix: { type: "boolean"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; file: { type: "string"; description: string; }; area: { type: "string"; description: string; }; window_days: { type: "integer"; description: string; }; depth: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; initiative_id: { type: "string"; description: string; }; window_days: { type: "number"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; department_id: { type: "string"; enum: string[]; description: string; }; operator_name: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; department_id: { type: "string"; description: string; enum?: undefined; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; gate_id: { type: "string"; description: string; enum?: undefined; }; notes: { type: "string"; description: string; }; artifacts_summary: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; findings?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; gate_id: { type: "string"; description: string; enum?: undefined; }; reason: { type: "string"; description: string; }; department_id: { type: "string"; description: string; enum?: undefined; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; operator_name?: undefined; artifacts_summary?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; manager_name: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; target_department?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; changeset_id: { type: "string"; description: string; }; target_department: { type: "string"; enum: string[]; description: string; }; reason: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; manager_name?: undefined; as_of?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { org_id: { type: "string"; description: string; }; project_id?: undefined; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; area?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; as_of?: undefined; }; required: never[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { project_id: { type: "string"; description: string; }; area: { type: "string"; description: string; }; as_of: { type: "string"; description: string; }; developer_id?: undefined; title?: undefined; description?: undefined; priority?: undefined; initiative_id?: undefined; files_changed?: undefined; modules_affected?: undefined; branch?: undefined; helpspot_ticket_ids?: undefined; crashlytics_issue_ids?: undefined; github_pr_numbers?: undefined; memory_refs?: undefined; wall_failure_refs?: undefined; area_checklist_updates?: undefined; simdrive_recording_ids?: undefined; role?: undefined; team_id?: undefined; changeset_id?: undefined; type?: undefined; summary?: undefined; file_refs?: undefined; metadata?: undefined; since?: undefined; status?: undefined; notes?: undefined; findings?: undefined; gate_id?: undefined; promoted_by?: undefined; context?: undefined; domain?: undefined; observation_type?: undefined; content?: undefined; confidence?: undefined; tags?: undefined; name?: undefined; platform?: undefined; languages?: undefined; ci_tools?: undefined; test_frameworks?: undefined; team_size?: undefined; repo_type?: undefined; preset?: undefined; custom_template?: undefined; template_id?: undefined; org_id?: undefined; artifacts?: undefined; audience?: undefined; approver_id?: undefined; artifact_authors?: undefined; approver_role?: undefined; work_description?: undefined; outcome?: undefined; source?: undefined; wall?: undefined; severity?: undefined; reviewer_ids?: undefined; cluster_tag?: undefined; wall_failure_id?: undefined; fix?: undefined; file?: undefined; window_days?: undefined; depth?: undefined; department_id?: undefined; operator_name?: undefined; artifacts_summary?: undefined; reason?: undefined; manager_name?: undefined; target_department?: undefined; }; required: string[]; }; })[]; //# sourceMappingURL=tools.d.ts.map