Skip to main content
Glama

Prefect MCP Server

by fortunto2

create_flow_run_from_deployment

Initiate a new flow run for a specific deployment in Prefect workflows. Specify deployment ID, optional parameters, run name, and timeout to execute workflows efficiently.

Instructions

Create a new flow run for the specified deployment.

Args: deployment_id: ID of the deployment or name in format 'flow_name/deployment_name'. parameters: Dictionary with parameters for the flow run (optional). name: Optional name for the flow run. timeout: Timeout in seconds, 0 means no waiting for completion (default 0).

Input Schema

NameRequiredDescriptionDefault
deployment_idYes
nameNo
parametersNo
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "deployment_id": { "title": "Deployment Id", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "parameters": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Parameters" }, "timeout": { "default": 0, "title": "Timeout", "type": "integer" } }, "required": [ "deployment_id" ], "title": "create_flow_run_from_deploymentArguments", "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/fortunto2/prefect-mcp-server'

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