Validate IDM Feature
validateIdmFeatureCheck if an IDM feature can be installed without changes, returning success status and details of any blockers.
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 `..`. |