download_workflow_package_file
Download a workflow package file by its ID to a specified local directory using the AYX-MCP-Wrapper server.
Instructions
Download a workflow package file by its ID and save it to the local directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_directory | Yes | ||
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"output_directory": {
"title": "Output Directory",
"type": "string"
},
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"workflow_id",
"output_directory"
],
"title": "download_workflow_package_fileArguments",
"type": "object"
}