Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

start_workflow_execution

Initiate workflow execution by ID, creating a new job in the queue and returning the job ID for tracking. Input includes name-value pairs for data configuration.

Instructions

Start a workflow execution by its ID and return the job ID. This will create a new job and add it to the execution queue. This call will return a job ID that can be used to get the job details later. The input data 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": "start_workflow_executionArguments", "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