check_autonomy
Determine if a tool can be used autonomously by evaluating its safety level and operation context, to decide whether to proceed or request human confirmation.
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 |