manage_integrations
List installed integrations, enable or disable them to control which podcli tools are callable. Manage editor exporters, platform uploads, productivity tools, and AI helpers in one place.
Instructions
List, enable, or disable podcli integrations (editor exporters, platform uploads, productivity tools, AI helpers).
Actions: • list — return all installed integrations with their enabled state (default) • enable — turn an integration on (its tools become callable) • disable — turn an integration off (calls return a disabled error)
State persists at the active config home (integrations.json, gitignored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Integration name (required for enable/disable) | |
| action | No | list | enable | disable | list |