variable_library_get_definition
Retrieves the full definition of a variable library by writing variables.json, settings.json, valueSets, and .platform files to a specified directory. Returns the list of written files.
Instructions
Get the definition of a variable library (long-running). Writes all definition files (variables.json, settings.json, valueSets/*.json, .platform) to the specified output directory and returns the list of files written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The workspace ID | |
| variableLibraryId | Yes | The variable library ID | |
| outputDirectoryPath | Yes | Directory path where definition files will be written |