list_cpanel_operations
List the cPanel MODULES the caller may currently use — a compact index of module name, display name, and function count (NOT the full operation catalog, which is too large to return at once). The index reflects exactly which cPanel modules JetHost has enabled on the credential's role right now — toggling a module in the admin UI changes this on the next call, with no deploy. Use this first to find the right module (e.g. DNS for DNS zones, Email for mailboxes), then call get_cpanel_module to fetch that module's functions and parameters, then cpanel_uapi to run one. discovery="live" means the index came from the role grants; "fallback" means the full catalog is advertised and a disabled module is still denied at call time. Requires the cpanel:uapi scope.
Invoked over the MCP transport with a tools/call request naming this tool.
Authorization #
Requires a valid OAuth 2.1 bearer access_token whose grant includes the cpanel:uapi scope — Manage your hosting account via cPanel — read and change settings on the cPanel features JetHost has enabled (this can modify your account). The broker resolves the caller from the token and returns only records the account owns.
Parameters #
This tool takes no parameters.
Response #
200 · application/json