MCP Tools/Workflow/suggest_next_action

suggest_next_action

readWorkflow

Suggest the next action for the project based on current state.

Parameters

ParameterTypeDescription
domainstringoptionalSite domain
project_idstringoptionalProject UUID
time_budget_minutesnumberoptionalHow many human minutes are available. Filters out anything bigger.
autonomyenum("agent" | "agent-draft-human-approve" | "human-only" | "any")optionalWho should do the work. Default (omit): human-involved only (decisions + reviews). "agent" = agent-autonomous items. "human-only" = strategic judgment only. "any" = no filter.
opportunity_typesstring[]optionalFilter to these opportunity types (e.g., ["fix_meta", "close_ranking_gap"]).
min_confidencenumberoptionalMinimum confidence threshold 0..1. Default 0 (no filter).
launch_phaseenum("pre_launch" | "initial_submission" | "indexing" | "public_launch" | "growth" | "all")optionalOverride the project's current launch phase. Pass "all" to see opportunities regardless of stage. Default: use the project's current_phase.
limitnumberoptionalHow many options to return (default 5, max 20).