check_autonomy
Check if an agent can execute a tool without human confirmation by evaluating its safety level and operation context. Use this to decide whether to proceed or request approval.
Instructions
Check whether the agent may execute a tool without human confirmation.
Pass the tool name, its safety level, and optional operation context (material, time, temperatures) to get a decision. Use this before calling confirm-level tools to decide whether to proceed or ask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bed_temp | No | ||
| material | No | ||
| tool_name | Yes | ||
| tool_temp | No | ||
| safety_level | Yes | ||
| estimated_time_seconds | No |