adb_result_drop
Remove stored result handles from the session. Delete a specific handle by tool and name, or clear all handles to free up storage and eliminate stale data before sensitive operations.
Instructions
Delete a stored result handle, or clear all handles in this session. Either provide both tool and name to drop one specific handle, or pass all: true to drop everything in the current namespace. Useful for freeing up the store cap proactively or removing stale data before a sensitive operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Source tool name (required unless all=true) | |
| name | No | Handle name (required unless all=true) | |
| all | No | If true, delete every handle in this namespace. tool/name must be omitted when all=true. |