approve_tool
Unblock policy-blocked tool calls for a single use or add the tool to a session's temporary whitelist.
Instructions
放行被策略阻断的工具调用(仅 PM 使用)。scope=once 仅放行本次调用,scope=session 将工具加入 session 临时白名单。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | once=仅本次调用, session=后续同类工具均放行 | once |
| block_id | No | 阻断事件 ID。从 poll_session 或 watch_result 的 blocks 中获取。 | |
| session_id | No | 目标 session ID | |
| approval_id | No | Kimi Server 审批 ID(高级用法) |