get_config_value
Retrieve the current value of any iSuite configuration key using dot-notation. Optionally include metadata like last-modified time and description.
Instructions
Retrieve the current value of a specific iSuite configuration key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-notation config key (e.g. 'database.pool.maxSize', 'scheduler.maxConcurrentJobs'). | |
| includeMetadata | No | Include metadata such as last-modified time, modified-by, and description (default false). |