jp_lit_delete_cache
Delete locally cached data by cache key or clear all cache for a specified tool. Use caution as cache cannot be restored, and consider reviewing cache with list or prune tools first.
Instructions
delete/destructive。ローカル保存された cache を cache_key 単位、または clear_all=true で指定 tool 単位に削除する。削除前に対象確認したい場合は jp_lit_list_cache、古い cache 候補を安全に点検したい場合は jp_lit_prune_cache の dry_run=true を使う。session 履歴は削除しないが、cache 本体は戻せない
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| cache_key | Yes | ||
| clear_all | Yes | ||
| deleted_count | Yes | ||
| deleted | Yes | ||
| message | Yes |