fritzprix/recursive-flow
3.2
If you are the rightful owner of recursive-flow and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Recursive Flow is an MCP server designed to help AI agents manage complex tasks by breaking them down into manageable steps.
Tools
Functions exposed to the LLM to take actions
startJob
Begin a new workflow with a specific goal.
setPlan
Break down the goal into actionable steps.
selectNextTodo
Choose the next task to execute.
planTodoExecution
Plan how to execute a specific task.
reportExecution
Record the results of task execution.
completeTodo
Mark a task as finished.
finishJob
Complete the entire workflow.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client