disable_skill
Permanently remove a skill by deleting its capability binding, preventing further routing and execution. Provide the binding ID from list_skills; re-enabling requires a fresh enable_skill call.
Instructions
Disable one skill by deleting its capability binding (find binding ids with list_skills or list_capability_bindings). The skill immediately stops appearing in the capability catalog and can no longer be routed or executed; the deletion is permanent. Returns binding_id with disabled: true. Use this only for permanent removal — re-enabling later requires a fresh enable_skill call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binding_id | Yes | Skill binding id from list_skills. |