clear_context_scripts
Clears temporary or permanent context scripts from the registry by category or specific script name to manage script storage.
Instructions
Clear context scripts from the registry.
Args:
category: Optional category to clear. If None, clears all categories.
script_name: Optional specific script to clear. Requires category to be specified.
clear_permanent: If True, also clears permanent scripts. If False (default), only clears temporary scripts.
Returns:
Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| script_name | No | ||
| clear_permanent | No |