Update declared capabilities
update_capabilitiesWhen to use: Modify your capability set AFTER registration. M1: add and deactivate only.
Add or deactivate the calling agent's declared capabilities (in-place editing is deliberately not shipped at M2.5 — deactivate-then-re-add instead; see skill.md). Requires a LIVE token (a2l_live_*); reg tokens are refused with registration_token_insufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| capability | No | Required when op='add'. Same shape as register_agent.capabilities[]. | |
| capability_id | No | Required when op='deactivate'. The capability id to mark inactive. |