recipes
List available recipe templates for automated content workflows
Execute the list_recipes Social Neuron tool. List available recipe templates for automated content workflows. Required OAuth scope: mcp:read.
List available recipe templates for automated content workflows › Request Body
categoryFilter by category. Omit to list all.
featured_onlyIf true, only return featured recipes. Defaults to false.
response_formatOptional response format. Defaults to text.
List available recipe templates for automated content workflows › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorGet full details of a recipe template including steps and required inputs
Execute the get_recipe_details Social Neuron tool. Get full details of a recipe template including steps and required inputs. Required OAuth scope: mcp:read.
Get full details of a recipe template including steps and required inputs › Request Body
slugRecipe slug (e.g., "weekly-instagram-calendar")
response_formatOptional response format. Defaults to text.
Get full details of a recipe template including steps and required inputs › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorExecute a recipe template with provided inputs to run a multi-step workflow. Recipes containing a distribution step (publishing or webhook egress) additionally require the mcp:distribute scope.
Execute the execute_recipe Social Neuron tool. Execute a recipe template with provided inputs to run a multi-step workflow. Recipes containing a distribution step (publishing or webhook egress) additionally require the mcp:distribute scope.. Required OAuth scope: mcp:write.
Execute a recipe template with provided inputs to run a multi-step workflow. Recipes containing a distribution step (publishing or webhook egress) additionally require the mcp:distribute scope. › Request Body
slugRecipe slug (e.g., "weekly-instagram-calendar")
Input values matching the recipe input schema. Use get_recipe_details to see required inputs.
response_formatOptional response format. Defaults to text.
Execute a recipe template with provided inputs to run a multi-step workflow. Recipes containing a distribution step (publishing or webhook egress) additionally require the mcp:distribute scope. › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorCheck the status and progress of a running recipe execution
Execute the get_recipe_run_status Social Neuron tool. Check the status and progress of a running recipe execution. Required OAuth scope: mcp:read.
Check the status and progress of a running recipe execution › Request Body
run_idThe recipe run ID returned by execute_recipe
response_formatOptional response format. Defaults to text.
Check the status and progress of a running recipe execution › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isError