get_module_details
Return everything needed to use one module: action input fields and their types, trigger configuration, manual setup fields (credentials an operator must fill in the dashboard), and references to already-installed actions. Read-only. Call get_module_catalog first to obtain moduleKey, and call this again after install_module to read the installed action references you need when drafting actions. An unknown moduleKey does not raise — the response carries an error string plus availableModules listing valid keys and versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moduleKey | Yes | Required. The module's stable key exactly as returned by get_module_catalog (not its display name). | |
| applicationId | No | Application (workspace) id. Optional: an application-scoped key (app_...) defaults to its own application, but a personal key (usr_...) has no default and omitting it fails with MCP_APPLICATION_REQUIRED. Call list_applications to get the id. | |
| moduleVersion | No | Pin a specific version. Omit to resolve the installed version when the module is installed, falling back to the marketplace entry for that key. |