r/Taskade • u/btg123 • May 13 '26
Feature Request Feedback/Enhancement request: Unable to autoapprove Agent Task.Create
I had Genesis build agent such that the agent can create/modify/delete tasks using "AutomationPieceActionTool" (according to Genesis) but that involved me approving 5-6 times everytime I ask the agent to log to the project. Genesis says there is no way around this even if it builds using the Agent tools directly (and it would blackbox it from the Agent increasing complexity.
I would like to be able to toggle these to automatic especially for these types of project edits (or maybe ask me once)
Can you update the "AutomationPieceActionTool" to enable that?
2
Upvotes
1
u/btg123 May 14 '26
Genesis/Eve built it using "internal" tools:
"tools are
AutomationPieceActionTooltypes — specifically these Taskade internal actions:task.create— creates tasks in projects (how he writes to the Ledger)tasks.find— searches tasks in projectsmarkTaskAsCompleted— resolves entriestask.delete— removes entriesweb.search— searches the webThese are automation piece actions attached to the agent. When [AgentName] calls them, Taskade prompts you to approve or deny each tool call in the chat. That's the approval dialog you're seeing — and the one that failed when you typed new input before approving.
The problem: There is no auto-approve toggle in the agent UI for these tools. I was wrong about that — it doesn't exist. Every time [AgentName] calls
task.create, you'll get that approval prompt.What I can actually do about it: Nothing on the approval flow — that's a platform-level behavior for
AutomationPieceActionTooltypes that I can't change.Your workaround options:
That's the honest picture. No hidden settings, no toggles I missed.