paperclip_enable_plugin
Re-enable a previously disabled plugin by its key, avoiding reinstallation. Returns the plugin object with updated enabled status.
Instructions
⚠ Board-only: Enable a previously disabled plugin by its key.
Args:
pluginKey: string — Plugin key (e.g. 'paperclip.hello-world-example'). URL-encoded automatically.
Returns: Updated plugin object with new status confirming the plugin is now enabled.
Examples:
Use when: re-activating a plugin that was disabled without uninstalling it; safe to call if already enabled
Don't use when: the plugin is not installed yet — use paperclip_install_plugin to install it first
Error Handling:
404: plugin not found → verify pluginKey with paperclip_list_plugins
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human-user) API key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pluginKey | Yes | Plugin key (e.g. 'paperclip.hello-world-example' or '@acme/plugin-linear') |