list_modules
List AI modules and their enabled/disabled state for a site.
Also returns the list of modules available for the site's plan.
Requires: API key with read scope.
Args: slug: Site identifier
Returns: {"modules": {"chatbot": true, "seo": false, "translation": false, "content": false}, "available": ["chatbot", "seo", "translation", "content"]}
Errors: NOT_FOUND: Unknown slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |