Ask a question to get started
Enter to sendā¢Shift+Enter new line
requires_approval: bool = False
Whether this tool requires human approval before execution.
When True, the agent graph will include an MCP approval node that pauses execution via interrupt() so the user can approve or deny the tool call before it proceeds.
True
interrupt()