Autopilot tools (scope: mcp:autopilot, credits: ~0)
List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status.
List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status. Use to check what is automated before creating new configs, or to find config_id for update_autopilot_config.
Request Body
active_onlybooleanIf true, only return active configs. Defaults to false (show all).
response_formatstring · enumOptional response format. Defaults to text.
Enum values:textjson
Responses
contentobject[]
Update an existing autopilot configuration.
Update an existing autopilot configuration. Can enable/disable, change schedule, or modify credit budgets.
Request Body
config_idstring · uuid · requiredThe autopilot config ID to update.
is_activebooleanEnable or disable this autopilot config.
schedule_daysstring · enumDays of the week to run (e.g., ["mon", "wed", "fri"]).
Enum values:montuewedthufrisatsunschedule_timestringTime to run in HH:MM format (24h, user timezone). E.g., "09:00".
max_credits_per_runnumberMaximum credits per execution.
max_credits_per_weeknumberMaximum credits per week.
Responses
contentobject[]
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time.
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time. Use as a dashboard check before modifying autopilot settings.
Request Body
response_formatstring · enumOptional response format. Defaults to text.
Enum values:textjson
Responses
contentobject[]
Create a new autopilot configuration for automated content pipeline execution.
Create a new autopilot configuration for automated content pipeline execution. Defines schedule, credit budgets, and approval mode.
Request Body
namestring · requiredName for this autopilot config
project_idstring · uuid · requiredProject to run autopilot for
modestring · enum · requiredMode: recipe (legacy) or pipeline (new orchestration)
Enum values:recipepipelineschedule_daysstring · enum · requiredDays of the week to run
Enum values:montuewedthufrisatsunschedule_timestring · requiredTime to run in HH:MM format (24h). E.g., "09:00"
approval_modestring · enum · requiredHow to handle post approvals
Enum values:autoreview_allreview_low_confidenceis_activeboolean · requiredWhether to activate immediately
timezonestringTimezone (e.g., "America/New_York"). Defaults to UTC.
max_credits_per_runnumberMaximum credits per execution
max_credits_per_weeknumberMaximum credits per week
response_formatstring · enumResponse format. Defaults to text.
Enum values:textjson
Responses
contentobject[]