AI Automations
14 tools for creating and running AI sub-agents that operate autonomously.
| Tool | Description |
|---|---|
list_subagents | List all enabled sub-agents in the workspace. |
get_subagent | Get the full configuration of a sub-agent by ID. |
create_subagent | Create a new sub-agent for this workspace. |
update_subagent | Update an existing sub-agent. |
get_worker_instructions | Get instructions for human-initiated subagent sessions. |
get_executor_instructions | Get instructions for automated/scheduled execution of pending subagent tasks. |
get_available_mcp_tools | List all available MCP tools with names and descriptions. |
bulk_create_subagent_tasks | Bulk-create multiple tasks for a single sub-agent in one call. |
list_subagent_tasks | List sub-agent tasks, optionally filtered by subagent_id and status. |
get_subagent_task | Get full details of a sub-agent task including execution log. |
claim_subagent_task | Claim an open task to start working on it. |
append_task_log | Append a log entry to a running task's execution log. |
complete_subagent_task | Mark a task as completed with optional result data. |
fail_subagent_task | Mark a task as failed with an error message. |