recipes
List available recipe templates for automated content workflows
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
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
Execute a recipe template with provided inputs to run a multi-step workflow › 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 › Responses
Tool executed. isError:true in the body indicates a tool-level error.
isErrorCheck the status and progress of a running recipe execution
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