get_workflow_result
Retrieve the final result of a background workflow by providing its workflow ID and operation name, continuing to listen for updates until completion.
Instructions
CONTINUE LISTENING TO BACKGROUND WORKFLOW - THIS IS NORMAL OPERATION! Background workflows are OPTIMAL BEHAVIOR for Linked API operations and keep the MCP client responsive. When a workflow runs in the background, this tool should be used with the provided workflowId and operationName parameters to continue listening for updates. The workflow continues processing in the background while you wait. This is the STANDARD way Linked API works - background processing provides optimal user experience!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID provided in the background workflow status message | |
| operationName | Yes | Optional function name for proper type restoration (provided in background workflow status if available) |