Skip to main content
Glama

Prefect MCP Server

by fortunto2

create_flow_run

Initiate a new flow run for a specified deployment within Prefect MCP Server, allowing parameter customization to streamline workflow automation tasks.

Instructions

Create a new flow run for the specified deployment (Legacy).

Args: deployment_id: ID of the deployment to create a run for. parameters: Dictionary with parameters for the flow run (optional).

Input Schema

NameRequiredDescriptionDefault
deployment_idYes
parametersNo

Input Schema (JSON Schema)

{ "properties": { "deployment_id": { "title": "Deployment Id", "type": "string" }, "parameters": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Parameters" } }, "required": [ "deployment_id" ], "title": "create_flow_runArguments", "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