toflow.ai Logo
MCP Docs

AI Automations

14 tools for creating and running AI sub-agents that operate autonomously.

ToolDescription
list_subagentsList all enabled sub-agents in the workspace.
get_subagentGet the full configuration of a sub-agent by ID.
create_subagentCreate a new sub-agent for this workspace.
update_subagentUpdate an existing sub-agent.
get_worker_instructionsGet instructions for human-initiated subagent sessions.
get_executor_instructionsGet instructions for automated/scheduled execution of pending subagent tasks.
get_available_mcp_toolsList all available MCP tools with names and descriptions.
bulk_create_subagent_tasksBulk-create multiple tasks for a single sub-agent in one call.
list_subagent_tasksList sub-agent tasks, optionally filtered by subagent_id and status.
get_subagent_taskGet full details of a sub-agent task including execution log.
claim_subagent_taskClaim an open task to start working on it.
append_task_logAppend a log entry to a running task's execution log.
complete_subagent_taskMark a task as completed with optional result data.
fail_subagent_taskMark a task as failed with an error message.