Validate IDM Feature
validateIdmFeatureCheck if an IDM feature can be installed without making changes, returning success status and explanation of any blockers. Run before installation to prevent errors.
Instructions
Check whether an IDM feature can be installed without making any changes. Returns a result with success (true/false) and a message explaining any blockers. Run this before installIdmFeature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureName | Yes | IDM feature name. May be a single segment (e.g. `groups`, `aiagent`) or slash-separated segments (e.g. `password/timestamps`, `indexed/strings/6thru20`). Alphanumeric/underscore/hyphen segments only; no leading/trailing slash, no `..`. |