get_workflow_xml
Retrieve the XML representation of a specific workflow using its unique ID. Enables users to access and manage workflow configurations through the AYX-MCP-Wrapper server.
Instructions
Get the XML representation of a workflow file by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"workflow_id"
],
"title": "get_workflow_xmlArguments",
"type": "object"
}