autopilot
List autopilot configurations
Execute the list_autopilot_configs Social Neuron tool. List autopilot configurations. Required OAuth scope: mcp:autopilot.
List autopilot configurations › Request Body
active_onlyIf true, only return active configs. Defaults to false (show all).
response_formatOptional response format. Defaults to text.
List autopilot configurations › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorUpdate autopilot configuration
Execute the update_autopilot_config Social Neuron tool. Update autopilot configuration. Required OAuth scope: mcp:autopilot.
Update autopilot configuration › Request Body
config_id^([0-9a-fA-F]{8}-[0-… · requiredThe autopilot config ID to update.
is_activeEnable or disable this autopilot config.
schedule_daysDays of the week to run (e.g., ["mon", "wed", "fri"]).
schedule_timeTime to run in HH:MM format (24h, user timezone). E.g., "09:00".
max_credits_per_runMaximum credits per execution.
max_credits_per_weekMaximum credits per week.
Update autopilot configuration › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorGet current autopilot status
Execute the get_autopilot_status Social Neuron tool. Get current autopilot status. Required OAuth scope: mcp:autopilot.
Get current autopilot status › Request Body
response_formatOptional response format. Defaults to text.
Get current autopilot status › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorCreate a new autopilot configuration
Execute the create_autopilot_config Social Neuron tool. Create a new autopilot configuration. Required OAuth scope: mcp:autopilot.
Create a new autopilot configuration › Request Body
nameName for this autopilot config
project_id^([0-9a-fA-F]{8}-[0-… · requiredProject to run autopilot for
schedule_daysDays of the week to run
schedule_timeTime to run in HH:MM format (24h). E.g., "09:00"
modeMode: recipe (legacy) or pipeline (new orchestration)
timezoneTimezone (e.g., "America/New_York"). Defaults to UTC.
max_credits_per_runMaximum credits per execution
max_credits_per_weekMaximum credits per week
approval_modeHow to handle post approvals
is_activeWhether to activate immediately
response_formatResponse format. Defaults to text.
Create a new autopilot configuration › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isError