clear_cache
Clear stale name-to-UUID mappings for workspaces or items. Choose scope to remove cached entries and get count of cleared buckets.
Instructions
Erase cached workspace and item name-to-UUID mappings.
Args: scope: Which portion of the cache to clear.
- ``"workspaces"`` — clear only workspace name→UUID entries.
- ``"items"`` — clear only item (warehouse/endpoint) entries.
- ``"all"`` (default) — clear all entries.Returns:
A dict with keys scope (the value used), workspaces_cleared
(number of workspace entries removed), and items_cleared (number
of item workspace buckets removed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||