Skip to main content
Glama
opus-03-initiate-job.md1.19 kB
# Initiate Job **POST** /job/initiate _(Given workflow initiates a job)_ This step creates a job instance in the system and returns the unique ID `jobExecutionId` required for execution and monitoring. --- ## Parameters **workflowId** *required* `string` - ID of the workflow to be used for your job **title** *required* `string` - your chosen job title **description** *required* `string` - your chosen job description **Headers** - x-service-key: `<your_service_key>` --- ## Request Body **Media Type:** `application/json` ### Example Value ```json { "workflowId": "your_workflow_id_here", "title": "your_chosen_job_title_here", "description": "your_chosen_job_description_here" } ``` ### Schema: ```json { "workflowId": "string", // The ID of the workflow to execute "title": "string", // Job title "description": "string" // Job description } ``` --- ## Responses **Code:** `201` **Media Type:** `application/json` *Controls Accept header ### Example Value ```json { "jobExecutionId": "string" } ``` ### Schema: ```json { "jobExecutionId": "string" // Job execution ID } ``` **You must save this `jobExecutionId` for all subsequent steps.**

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/Moenamatics/Opus-MCP'

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