Skip to main content
Glama

Linked API MCP

by Linked-API

restore_workflow

Continue listening to background workflows in Linked API MCP using a workflowId to ensure uninterrupted processing and maintain client responsiveness. Restore workflows seamlessly for optimal operation.

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 functionName 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

NameRequiredDescriptionDefault
functionNameNoOptional function name for proper type restoration (provided in background workflow status if available)
workflowIdYesThe workflow ID provided in the background workflow status message

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Optional function name for proper type restoration (provided in background workflow status if available)", "type": "string" }, "workflowId": { "description": "The workflow ID provided in the background workflow status message", "type": "string" } }, "required": [ "workflowId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Linked-API/linkedapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server