suggest_next_action
readWorkflow
Suggest the next action for the project based on current state.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| domain | string | optional | Site domain |
| project_id | string | optional | Project UUID |
| time_budget_minutes | number | optional | How many human minutes are available. Filters out anything bigger. |
| autonomy | enum("agent" | "agent-draft-human-approve" | "human-only" | "any") | optional | Who should do the work. Default (omit): human-involved only (decisions + reviews). "agent" = agent-autonomous items. "human-only" = strategic judgment only. "any" = no filter. |
| opportunity_types | string[] | optional | Filter to these opportunity types (e.g., ["fix_meta", "close_ranking_gap"]). |
| min_confidence | number | optional | Minimum confidence threshold 0..1. Default 0 (no filter). |
| launch_phase | enum("pre_launch" | "initial_submission" | "indexing" | "public_launch" | "growth" | "all") | optional | Override the project's current launch phase. Pass "all" to see opportunities regardless of stage. Default: use the project's current_phase. |
| limit | number | optional | How many options to return (default 5, max 20). |