manage_bundles
List, inspect, install, enable, or disable Neotoma bundles to manage active schemas, record docs, and skills. Disabling preserves data while stopping auto-creation.
Instructions
Inspect and manage Neotoma bundles (the deliverable unit shipping schemas, record-type docs, and skills). action=list returns all bundles with type/version/enabled/always_active/provides count; action=info (with bundle) returns full manifest detail; action=install/enable/disable (with bundle) toggle persisted enable state. Default-install bundles (core, infrastructure, core_workflows) are always active and cannot be disabled. Disabling a schema bundle stops its types from auto-creating under guided/locked while preserving existing data. Returns structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The bundle management action to perform. | |
| bundle | No | Bundle name. Required for info, install, enable, and disable; ignored for list. |