check_autonomy
Determine if a tool can run autonomously based on its safety level and context, avoiding unnecessary human confirmation requests.
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 |