Skip to main content
Glama

template_get_workflow_status

Retrieve the current status of a specific workflow on Railway MCP using its ID. Ideal for monitoring progress and ensuring tasks are executed as expected.

Instructions

[API] Get the status of a workflow

⚡️ Best for: ✓ Checking workflow status

⚠️ Not for: × Creating new services

→ Next steps: service_info

→ Related: template_list, template_deploy

Input Schema

NameRequiredDescriptionDefault
workflowIdYesID of the workflow to get the status of

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workflowId": { "description": "ID of the workflow to get the status of", "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/jason-tan-swe/railway-mcp'

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