Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

execute_workflow_with_monitoring

Execute a workflow by its ID, monitor its status, and retrieve job details upon completion or failure. Input data is passed as name-value pairs for customized workflow execution.

Instructions

Execute a workflow by its ID and monitor its execution status. This call will return a jobID, he Job status and the job details once the execution is completed or failed. The input data parameter is a list of name-value pairs, each containing a name and value.

Input Schema

NameRequiredDescriptionDefault
input_dataNo
workflow_idYes

Input Schema (JSON Schema)

{ "$defs": { "InputData": { "properties": { "name": { "title": "Name", "type": "string" }, "value": { "title": "Value", "type": "string" } }, "required": [ "name", "value" ], "title": "InputData", "type": "object" } }, "properties": { "input_data": { "default": null, "items": { "$ref": "#/$defs/InputData" }, "title": "Input Data", "type": "array" }, "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "execute_workflow_with_monitoringArguments", "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/jupiterbak/AYX-MCP-Wrapper'

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